Implement Resource Item Not Found

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-30 12:40:20 +02:00
parent c9a9e90a7e
commit 0535f66c85
2 changed files with 4 additions and 1 deletions
@@ -1,3 +1,4 @@
@wip
Feature: Fail to retrieve nonexistent resource items in Kapow! server.
If trying to access a nonexistent resource item
then the server responds with a no content error.
@@ -11,6 +12,6 @@ Feature: Fail to retrieve nonexistent resource items in Kapow! server.
| method | url_pattern |
| GET | /listRootDir |
When I send a request to the testing route "/listRootDir"
And I get the resource "request/params/meloinvento"
And I get the resource "/request/params/meloinvento"
Then I get 204 as response code
And I get "Resource Item Not Found" as response reason phrase