Using "response reason phrase" instead of "response phrase" in step

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-21 11:28:16 +02:00
parent 1540f6d3a7
commit e1590df418
2 changed files with 12 additions and 12 deletions
@@ -19,11 +19,11 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
When I delete the first route inserted
Then I get 200 as response code
And I get "OK" as response phrase
And I get "OK" as response reason phrase
And I get an empty response body
When I request a routes listing
Then I get 200 as response code
And I get "OK" as response phrase
And I get "OK" as response reason phrase
And I get a list with the following elements:
"""
[
@@ -60,11 +60,11 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
When I delete the last route inserted
Then I get 200 as response code
And I get "OK" as response phrase
And I get "OK" as response reason phrase
And I get an empty response body
When I request a routes listing
Then I get 200 as response code
And I get "OK" as response phrase
And I get "OK" as response reason phrase
And I get a list with the following elements:
"""
[
@@ -102,11 +102,11 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
When I delete the second route inserted
Then I get 200 as response code
And I get "OK" as response phrase
And I get "OK" as response reason phrase
And I get an empty response body
When I request a routes listing
Then I get 200 as response code
And I get "OK" as response phrase
And I get "OK" as response reason phrase
And I get a list with the following elements:
"""
[