Reason phrase instead of phrase.
This commit is contained in:
@@ -20,5 +20,5 @@ Feature: Kapow! server reject append requests with malformed JSON bodies.
|
|||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
Then I get 400 as response code
|
Then I get 400 as response code
|
||||||
And I get "Malformed JSON" as response phrase
|
And I get "Malformed JSON" as response reason phrase
|
||||||
And I get an empty response body
|
And I get an empty response body
|
||||||
|
|||||||
@@ -21,5 +21,5 @@ Feature: Kapow! server reject insert requests with malformed JSON bodies.
|
|||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
Then I get bad request as response code
|
Then I get bad request as response code
|
||||||
And I get "Malformed JSON" as response phrase
|
And I get "Malformed JSON" as response reason phrase
|
||||||
And I get an empty response body
|
And I get an empty response body
|
||||||
|
|||||||
Reference in New Issue
Block a user