From 398bbbc31613d04fae275ba36ddae3b570396799 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Fri, 25 Aug 2017 10:48:44 +0200 Subject: [PATCH] Fix up config_testing values to conform with tests --- pillar/tests/config_testing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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