Replaced id wildcard value for ANY

This commit is contained in:
Héctor Hurtado
2019-08-21 13:06:56 +02:00
parent c96584efcc
commit 7e687daf23
5 changed files with 27 additions and 27 deletions
@@ -33,7 +33,7 @@ Feature: Insert new routes in Kapow! server.
"entrypoint": "/bin/sh -c",
"command": "ls -la /var | response /body",
"index": 0,
"id": "*"
"id": ANY
}
"""
@@ -62,6 +62,6 @@ Feature: Insert new routes in Kapow! server.
"entrypoint": "/bin/sh -c",
"command": "ls -la /var | response /body",
"index": 1,
"id": "*"
"id": ANY
}
"""