Skip to content

Commit 3f05fa8

Browse files
author
Luis Sanchez
committed
[FAB-6058] context.ordererUsers not initialized
Change-Id: I2d3751a67989a4fcdabae80b0ba6ac9e7abb4c35 Signed-off-by: Luis Sanchez <sanchezl@us.ibm.com>
1 parent 4b419a6 commit 3f05fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bddtests/steps/orderer_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def getUserRegistration(context, enrollId):
254254
if 'ordererUsers' in context:
255255
pass
256256
else:
257-
ordererContext.ordererUsers = {}
257+
context.ordererUsers = {}
258258
if enrollId in context.ordererUsers:
259259
userRegistration = context.ordererUsers[enrollId]
260260
else:

0 commit comments

Comments
 (0)