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 15920de commit d975a9dCopy full SHA for d975a9d
src/httpApiMock.ts
@@ -27,7 +27,7 @@ export const steps = ({
27
regExpMatchedStep(
28
{
29
regExp:
30
- /^this HTTP API Mock response for `(?<methodHostPathQuery>[A-Z]+ http?s:\/\/[^`]+)` is queued( and kept)?$/,
+ /^this HTTP API Mock response for `(?<methodHostPathQuery>[A-Z]+ http?s:\/\/[^`]+)` is queued(?<keep> and kept)?$/,
31
schema: Type.Object({
32
methodHostPathQuery: Type.String(),
33
keep: Type.Optional(Type.Literal(' and kept')),
0 commit comments