From d01d097c0dbcb96a1adb46d4e58291dd02b8d10b Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 19 Aug 2016 11:40:32 +0200 Subject: [PATCH] add the server name to test config --- tests/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/config.py b/tests/config.py index 22f8441..fc6d73a 100644 --- a/tests/config.py +++ b/tests/config.py @@ -1,3 +1,4 @@ +SERVER_NAME = 'localhost' SQLALCHEMY_DATABASE_URI = 'sqlite://' SQLALCHEMY_TRACK_MODIFICATIONS = True PRESERVE_CONTEXT_ON_EXCEPTION = False