Change response code from phrase to code and 'phrase' by 'reason phrase'

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-20 09:54:18 +02:00
parent 5352322ad5
commit 5e253c9814
7 changed files with 73 additions and 24 deletions
@@ -8,6 +8,6 @@ Feature: Fail to delete a route in Kapow! server.
Given I have a just started Kapow! server
When I delete the route with id "xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx"
Then I get not found as response code
And I get "Not Found" as response phrase
Then I get 404 as response code
And I get "Not Found" as response reason phrase
And I get an empty response body