Closes: #66
This commit is contained in:
@@ -24,4 +24,4 @@ Feature: Fail to retrieve route details in Kapow! server.
|
||||
Given I have a just started Kapow! server
|
||||
When I get the route with id "xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx"
|
||||
Then I get 404 as response code
|
||||
And I get "Not Found" as response reason phrase
|
||||
# And I get "Not Found" as response reason phrase
|
||||
|
||||
@@ -26,7 +26,7 @@ Feature: Retrieve route details in Kapow! server.
|
||||
| GET | /qux/{dirname} | /bin/sh -c | ls -la /request/params/dirname \| kapow set /response/body |
|
||||
When I get the first route
|
||||
Then I get 200 as response code
|
||||
And I get "OK" as response reason phrase
|
||||
# And I get "OK" as response reason phrase
|
||||
And I get the following response body:
|
||||
"""
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user