Rewritten the step to start a preconfigured server

This commit is contained in:
Héctor Hurtado
2019-08-17 10:24:10 +02:00
parent fc5e510f89
commit 12a5d8761b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ def step_impl(context):
assert context.response.json() == []
@given('I have a Kapow! server whith this routes appended')
@given('I have a Kapow! server whith the following routes')
def step_impl(context):
context.server = subprocess.Popen(
Env.KAPOW_SERVER_CMD,