Fix typos
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user