We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6626d67 commit 7403aa0Copy full SHA for 7403aa0
1 file changed
features/steps/cli_binding.py
@@ -34,7 +34,7 @@
34
from behave import *
35
36
37
-@given(u'JSON Document \'{json}\'')
+@given(u'JSON document \'{json}\'')
38
def step_impl(context, json):
39
context.data['json'].append(json)
40
0 commit comments