Minor fixes to steps and compliant poc control API
This commit is contained in:
@@ -37,7 +37,7 @@ Feature: Listing routes 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": 1,
|
||||
|
||||
Reference in New Issue
Block a user