Skip to content

Commit

Permalink
BE-645 Update insecure python packages
Browse files Browse the repository at this point in the history
- Also update error message for assertion in e2e test

Change-Id: I4c0119b2717097e51dfd5a0cc9196244f55a2293
Signed-off-by: Atsushi Neki <atsushin@fast.au.fujitsu.com>
  • Loading branch information
nekia committed May 23, 2019
1 parent ed4fc5b commit e9e9f64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/platform/fabric/e2e-test/explorer.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions app/platform/fabric/e2e-test/requirement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,4 +24,4 @@ pyexecjs
cython
psutil
assertpy
behave_rest
behave_rest

0 comments on commit e9e9f64

Please sign in to comment.