Use double quotes for values
This commit is contained in:
@@ -11,7 +11,7 @@ Feature: Setting values for handler response resources in Kapow! server.
|
|||||||
| method | url_pattern |
|
| method | url_pattern |
|
||||||
| GET | /listRootDir |
|
| GET | /listRootDir |
|
||||||
When I send a request to the testing route "/listRootDir"
|
When I send a request to the testing route "/listRootDir"
|
||||||
And I set the resource "response/status" with value 418
|
And I set the resource "response/status" with value "418"
|
||||||
And I release the testing request
|
And I release the testing request
|
||||||
Then I get 418 as response code
|
Then I get 418 as response code
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ Feature: Setting values for handler response resources in Kapow! server.
|
|||||||
| method | url_pattern |
|
| method | url_pattern |
|
||||||
| GET | /listRootDir |
|
| GET | /listRootDir |
|
||||||
When I send a request to the testing route "/listRootDir"
|
When I send a request to the testing route "/listRootDir"
|
||||||
And I set the resource <resourcePath> with value <value>
|
And I set the resource "<resourcePath>" with value "<value>"
|
||||||
And I release the testing request
|
And I release the testing request
|
||||||
Then I get 200 as response code
|
Then I get 200 as response code
|
||||||
And I get "OK" as response reason phrase
|
And I get "OK" as response reason phrase
|
||||||
|
|||||||
Reference in New Issue
Block a user