mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-30 14:20:46 +02:00
chaging tests to aknowledge helpdesk namespace
This commit is contained in:
@ -90,7 +90,7 @@ class QuickDjangoTest(object):
|
||||
},
|
||||
INSTALLED_APPS = self.INSTALLED_APPS + self.apps,
|
||||
MIDDLEWARE_CLASSES = self.MIDDLEWARE_CLASSES,
|
||||
ROOT_URLCONF = self.apps[0] + '.urls',
|
||||
ROOT_URLCONF = 'tests.urls',
|
||||
STATIC_URL = '/static/'
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user