spec: fix incorrect default value for KAPOW_DATAAPI_URL
This caused ghost failures when running the tests.
This commit is contained in:
@@ -47,7 +47,7 @@ class Env(EnvironConfig):
|
||||
KAPOW_CONTROLAPI_URL = StringVar(default="http://localhost:8081")
|
||||
|
||||
#: Where the Data API is
|
||||
KAPOW_DATAAPI_URL = StringVar(default="http://localhost:8081")
|
||||
KAPOW_DATAAPI_URL = StringVar(default="http://localhost:8082")
|
||||
|
||||
#: Where the User Interface is
|
||||
KAPOW_USER_URL = StringVar(default="http://localhost:8080")
|
||||
|
||||
Reference in New Issue
Block a user