Fix quicktest and update azure config

This commit is contained in:
Garret Wassermann
2021-10-18 23:05:03 -04:00
parent 266694509f
commit 914e751a6d
2 changed files with 9 additions and 8 deletions

View File

@ -100,6 +100,7 @@ class QuickDjangoTest(object):
LOGIN_URL='/helpdesk/login/',
TEMPLATES=self.TEMPLATES,
SITE_ID=1,
SECRET_KEY='wowdonotusethisfakesecuritykeyyouneedarealsecure1',
## The following settings disable teams
HELPDESK_TEAMS_MODEL = 'auth.User',
HELPDESK_TEAMS_MIGRATION_DEPENDENCIES = [],