Skip to content

Commit e66abf5

Browse files
committed
fix
1 parent b643b2d commit e66abf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ def parse_spec_options(opts):
995995
hint = args.pop('hint')
996996
if not isinstance(hint, string_type):
997997
hint = list(iteritems(hint))
998-
args['hint'] = hint
998+
args['hint'] = hint
999999
req['arguments'] = args
10001000
else:
10011001
# Unified test format

0 commit comments

Comments
 (0)