From e9e9f6420fb4817f963edab9802696969d417aa8 Mon Sep 17 00:00:00 2001 From: Atsushi Neki Date: Fri, 24 May 2019 00:37:28 +1000 Subject: [PATCH] BE-645 Update insecure python packages - Also update error message for assertion in e2e test Change-Id: I4c0119b2717097e51dfd5a0cc9196244f55a2293 Signed-off-by: Atsushi Neki --- app/platform/fabric/e2e-test/explorer.feature | 4 ++-- app/platform/fabric/e2e-test/requirement.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/platform/fabric/e2e-test/explorer.feature b/app/platform/fabric/e2e-test/explorer.feature index c852bd564..470f7e756 100644 --- a/app/platform/fabric/e2e-test/explorer.feature +++ b/app/platform/fabric/e2e-test/explorer.feature @@ -144,7 +144,7 @@ Scenario: [balance-transfer] Register a new user successfully Then the response status code should equal 200 Then the response structure should equal "registerResp" Then the response parameter "status" should equal 400 - Then the response parameter "message" should equal "failed to register with Error: Username already exist" + Then the response parameter "message" should equal "Error: already exists" @basic # @doNotDecompose @@ -175,7 +175,7 @@ Scenario: [first-network] Not supported to register a new user Then the response status code should equal 200 Then the response structure should equal "registerResp" Then the response parameter "status" should equal 400 - Then the response parameter "message" should equal "failed to register with Error: Not supported user registration without CA" + Then the response parameter "message" should equal "Error: did not register with CA" @bugfix # @doNotDecompose diff --git a/app/platform/fabric/e2e-test/requirement.txt b/app/platform/fabric/e2e-test/requirement.txt index b7a47e3c4..7f8ce6cb6 100644 --- a/app/platform/fabric/e2e-test/requirement.txt +++ b/app/platform/fabric/e2e-test/requirement.txt @@ -3,14 +3,14 @@ # behave nose -flask==0.10.1 +flask==1.0.3 python-dateutil==2.2 pytz==2014.3 -pyyaml==3.10 +pyyaml==5.1 couchdb==1.0 flask-cors==2.0.1 requests -pyOpenSSL==16.2.0 +pyOpenSSL==19.0.0 pysha3==1.0b1 six grpcio==0.13.1 @@ -24,4 +24,4 @@ pyexecjs cython psutil assertpy -behave_rest \ No newline at end of file +behave_rest