Minor fixes to steps and compliant poc control API

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-22 09:27:53 +02:00
parent 93a89acbce
commit 80dc654115
9 changed files with 68 additions and 93 deletions
@@ -45,7 +45,7 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
},
{
"method": "GET",
"url_pattern": "/listDir/:dirname",
"url_pattern": "/listDir/{dirname}",
"entrypoint": "/bin/sh -c",
"command": "ls -la /request/params/dirname | response /body",
"index": 2,
@@ -128,7 +128,7 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
},
{
"method": "GET",
"url_pattern": "/listDir/:dirname",
"url_pattern": "/listDir/{dirname}",
"entrypoint": "/bin/sh -c",
"command": "ls -la /request/params/dirname | response /body",
"index": 2,