Removing "entity" from steps

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-21 12:00:56 +02:00
parent f840de2b59
commit 8040cb5b3b
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ def step_impl(context, reason):
assert context.response.reason == reason, f"Got {context.response.reason} instead"
@then('I get the following entity as response body')
@then('I get the following response body')
def step_impl(context):
for row in context.table:
for name, value in row.items():