forked from extern/django-helpdesk
missed the real tests module location, sorry about that
This commit is contained in:
parent
a741395ce5
commit
4ca5e13ff1
@ -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/'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user