Fix typos

This commit is contained in:
Héctor Hurtado
2019-08-27 10:11:00 +02:00
parent 074880873d
commit 91c1966699
2 changed files with 2 additions and 2 deletions
@@ -11,6 +11,6 @@ Feature: Fail to retrieve an invalid resource for a handler in Kapow! server.
| method | url_pattern | entrypoint | command |
| GET | /listRootDir | /bin/sh -c | ls -la / \| response /body |
When I send a request to the route "/listRootDir"
And I the get the resource "request/path" for the current request handler
And I get the resource "request/path" for the current request handler
Then I get 400 as response code
And I get "Invalid Resource Path" as response reason phrase