Skip to content

Commit d786bcf

Browse files
Fix step name (#1905)
1 parent fe7a9a6 commit d786bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def expect_response_has_field(context, response_path, field):
699699
assert field in response_value
700700

701701

702-
@then(parsers.parse('the response "{response_path}" does not have "{field}"'))
702+
@then(parsers.parse('the response "{response_path}" does not have field "{field}"'))
703703
def expect_response_does_not_have_field(context, response_path, field):
704704
"""Check that a response path does not have field."""
705705
response_value = glom(context["api_request"]["response"][0], response_path)

0 commit comments

Comments
 (0)