Skip to content

Commit 3a18c2f

Browse files
committed
fix(test): use {word} matcher for retryable field assertions
Supports boolean values without quotes in Gherkin scenarios
1 parent 508006d commit 3a18c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/spec/steps/response-steps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Then(
6868
}
6969
);
7070

71-
Then("the response retryable field should be {string}", function (value) {
71+
Then("the response retryable field should be {word}", function (value) {
7272
if (!this.lastResponse) {
7373
throw new Error("No response recorded");
7474
}

0 commit comments

Comments
 (0)