Fix Invalid Path Resource error
This commit is contained in:
@@ -10,6 +10,6 @@ Feature: Fail to retrieve an invalid resource for a handler in Kapow! server.
|
||||
| method | url_pattern |
|
||||
| GET | /listRootDir |
|
||||
When I send a request to the testing route "/listRootDir"
|
||||
And I get the resource "invented/path"
|
||||
And I get the resource "/invented/path"
|
||||
Then I get 400 as response code
|
||||
And I get "Invalid Resource Path" as response reason phrase
|
||||
|
||||
Reference in New Issue
Block a user