Closes: #66
This commit is contained in:
@@ -28,7 +28,7 @@ Feature: Retrieve a resource from a handler in Kapow! server.
|
||||
When I send a request to the testing route "/foo"
|
||||
And I get the resource "/request/path"
|
||||
Then I get 200 as response code
|
||||
And I get "OK" as response reason phrase
|
||||
# And I get "OK" as response reason phrase
|
||||
And I get the following response raw body:
|
||||
"""
|
||||
/foo
|
||||
@@ -44,7 +44,7 @@ Feature: Retrieve a resource from a handler in Kapow! server.
|
||||
When I send a request to the testing route "/foo"
|
||||
And I get the resource "/request/headers/Host"
|
||||
Then I get 200 as response code
|
||||
And I get "OK" as response reason phrase
|
||||
# And I get "OK" as response reason phrase
|
||||
And I get the following response raw body:
|
||||
"""
|
||||
localhost:8080
|
||||
|
||||
Reference in New Issue
Block a user