Implementing poc spec behavior in append route.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-20 10:59:26 +02:00
parent b86454179a
commit c07638601b
4 changed files with 62 additions and 21 deletions
@@ -15,8 +15,8 @@ Feature: Kapow! server reject responses with semantic errors.
Then I get 422 as response code
And I get "Missing Mandatory Field" as response reason phrase
And I get the following entity as response body:
| missing_mandatory_fields |
| "url_pattern", "method" |
| missing_mandatory_fields |
| ["url_pattern", "method"] |
Scenario: Error because of wrong route specification.
If a request contains an invalid expression in the