diff --git a/features/steps/cli_binding.py b/features/steps/cli_binding.py index 6b7fbe3..fc2b456 100644 --- a/features/steps/cli_binding.py +++ b/features/steps/cli_binding.py @@ -34,7 +34,7 @@ from behave import * -@given(u'JSON Document \'{json}\'') +@given(u'JSON document \'{json}\'') def step_impl(context, json): context.data['json'].append(json)