Removing "entity" from steps
This commit is contained in:
@@ -19,7 +19,7 @@ Feature: Append new routes in Kapow! server.
|
||||
"""
|
||||
Then I get 201 as response code
|
||||
And I get "Created" as response reason phrase
|
||||
And I get the following entity as response body:
|
||||
And I get the following response body:
|
||||
"""
|
||||
{
|
||||
"method": "GET",
|
||||
@@ -50,7 +50,7 @@ Feature: Append new routes in Kapow! server.
|
||||
"""
|
||||
Then I get 201 as response code
|
||||
And I get "Created" as response reason phrase
|
||||
And I get the following entity as response body:
|
||||
And I get the following response body:
|
||||
"""
|
||||
{
|
||||
"method": "GET",
|
||||
|
||||
Reference in New Issue
Block a user