Fixed some formating and naming issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Feature: Kapow! server reject responses with malformed JSON bodies.
|
||||
Feature: Kapow! server reject append requests with malformed JSON bodies.
|
||||
Kapow! server will reject to append a route when
|
||||
it receives a malformed json document in the
|
||||
request body.
|
||||
@@ -20,5 +20,5 @@ Feature: Kapow! server reject responses with malformed JSON bodies.
|
||||
}
|
||||
"""
|
||||
Then I get 400 as response code
|
||||
And I get "Malformed JSON" as response phrase
|
||||
And I get an empty response body
|
||||
And I get "Malformed JSON" as response phrase
|
||||
And I get an empty response body
|
||||
|
||||
Reference in New Issue
Block a user