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
@@ -12,7 +12,7 @@ Feature: Retrieve a resource from 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 200 as response code
And I get "OK" as response reason phrase
And I get the following response body: