Skip to content

Commit

Permalink
Fixed one failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Nov 5, 2019
1 parent e5c4782 commit e485b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_steps/tests_raw/test_steps_genmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_manual_call():

# A good way to know which parameters to fill is to use inspect
s = signature(test_suite_shared_results_no_yield_names)
assert list(s.parameters.keys()) == ['request', '________step_name_']
assert list(s.parameters.keys()) == ['________step_name_', 'request']

# Then fill with blanks
test_suite_shared_results_no_yield_names(None, None)
Expand Down

0 comments on commit e485b2d

Please sign in to comment.