Skip to content

Commit

Permalink
[FAB-6058] context.ordererUsers not initialized
Browse files Browse the repository at this point in the history
Change-Id: I2d3751a67989a4fcdabae80b0ba6ac9e7abb4c35
Signed-off-by: Luis Sanchez <[email protected]>
  • Loading branch information
Luis Sanchez committed Jan 25, 2018
1 parent 4b419a6 commit 3f05fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bddtests/steps/orderer_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def getUserRegistration(context, enrollId):
if 'ordererUsers' in context:
pass
else:
ordererContext.ordererUsers = {}
context.ordererUsers = {}
if enrollId in context.ordererUsers:
userRegistration = context.ordererUsers[enrollId]
else:
Expand Down

0 comments on commit 3f05fa8

Please sign in to comment.