We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508006d commit 3a18c2fCopy full SHA for 3a18c2f
1 file changed
tests/spec/steps/response-steps.js
@@ -68,7 +68,7 @@ Then(
68
}
69
);
70
71
-Then("the response retryable field should be {string}", function (value) {
+Then("the response retryable field should be {word}", function (value) {
72
if (!this.lastResponse) {
73
throw new Error("No response recorded");
74
0 commit comments