Skip to content

Commit fa9fb67

Browse files
committed
Fix wrong command line usage
1 parent eafd61a commit fa9fb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/feature/test_cucumber_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def type_type_and_value_value():
313313
def test_passing_outline():
314314
pass
315315
"""))
316-
result, jsonobject = runandparse(testdir, '--cucumber-json-expand')
316+
result, jsonobject = runandparse(testdir, '--cucumber-json-expanded')
317317
assert result.ret == 0
318318

319319
assert jsonobject[0]["elements"][0]["steps"][0]["name"] == "type str and value hello"

0 commit comments

Comments
 (0)