mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-30 14:20:46 +02:00
Fix failing tests
This commit is contained in:
@ -98,7 +98,7 @@ class QuickDjangoTest(object):
|
||||
MIDDLEWARE=self.MIDDLEWARE,
|
||||
ROOT_URLCONF='helpdesk.tests.urls',
|
||||
STATIC_URL='/static/',
|
||||
LOGIN_URL='/helpdesk/login/',
|
||||
LOGIN_URL='/login/',
|
||||
TEMPLATES=self.TEMPLATES,
|
||||
SITE_ID=1,
|
||||
SECRET_KEY='wowdonotusethisfakesecuritykeyyouneedarealsecure1',
|
||||
|
Reference in New Issue
Block a user