Fix failing tests

This commit is contained in:
Martin Whitehouse
2022-06-20 17:26:52 +02:00
parent 93bb43bf1d
commit 437d5b81c4
3 changed files with 5 additions and 5 deletions

View File

@ -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',