Append and Insert should return 201 on success. Delete should return 204 on success with no content.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-23 11:48:18 +02:00
parent 71bca13fed
commit 90c0c6ddb7
2 changed files with 2 additions and 13 deletions
@@ -12,4 +12,3 @@ Feature: Delete routes in Kapow! server.
When I delete the first route
Then I get 200 as response code
And I get "OK" as response reason phrase
And I get an empty response body