Fix wrong command line usage

This commit is contained in:
Alessio Bogon 2019-07-04 18:35:16 +02:00 committed by Alessio Bogon
parent eafd61abae
commit fa9fb67d39
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ def test_step_trace_with_expand_option(testdir):
def test_passing_outline():
pass
"""))
result, jsonobject = runandparse(testdir, '--cucumber-json-expand')
result, jsonobject = runandparse(testdir, '--cucumber-json-expanded')
assert result.ret == 0
assert jsonobject[0]["elements"][0]["steps"][0]["name"] == "type str and value hello"