diff --git a/pillar/tests/config_testing.py b/pillar/tests/config_testing.py index c8e35c52..c81994b6 100644 --- a/pillar/tests/config_testing.py +++ b/pillar/tests/config_testing.py @@ -2,7 +2,8 @@ BLENDER_ID_ENDPOINT = 'http://127.0.0.1:8001' # nonexistant server, no trailing slash! -SERVER_NAME = 'localhost:5000' +SERVER_NAME = 'localhost' +PILLAR_SERVER_ENDPOINT = 'http://localhost/api/' DEBUG = False TESTING = True