Skip to content

Commit e485b2d

Browse files
author
Sylvain MARIE
committed
Fixed one failing test
1 parent e5c4782 commit e485b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_steps/tests_raw/test_steps_genmode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_manual_call():
4040

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

4545
# Then fill with blanks
4646
test_suite_shared_results_no_yield_names(None, None)

0 commit comments

Comments
 (0)