missed the real tests module location, sorry about that

This commit is contained in:
Alex Barcelo 2015-12-22 11:27:07 +01:00
parent a741395ce5
commit 4ca5e13ff1

View File

@ -90,7 +90,7 @@ class QuickDjangoTest(object):
},
INSTALLED_APPS = self.INSTALLED_APPS + self.apps,
MIDDLEWARE_CLASSES = self.MIDDLEWARE_CLASSES,
ROOT_URLCONF = 'tests.urls',
ROOT_URLCONF = 'helpdesk.tests.urls',
STATIC_URL = '/static/'
)