From e8f79ae3efc7914ef8e099078d0d47d041a4c751 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 15 Jul 2016 16:55:02 +0200 Subject: [PATCH] esales url added to test config --- tests/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/config.py b/tests/config.py index eb1cd7e..22f8441 100644 --- a/tests/config.py +++ b/tests/config.py @@ -1,5 +1,6 @@ SQLALCHEMY_DATABASE_URI = 'sqlite://' SQLALCHEMY_TRACK_MODIFICATIONS = True PRESERVE_CONTEXT_ON_EXCEPTION = False +ESALES_URL = '' TESTING = True DEBUG = True