mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-30 14:20:46 +02:00
Fixing unit tests for python3 for custom staff filters
This commit is contained in:
@ -27,6 +27,7 @@ class QuickDjangoTest(object):
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.sites',
|
||||
'django.contrib.staticfiles',
|
||||
'markdown_deux',
|
||||
'bootstrapform',
|
||||
)
|
||||
MIDDLEWARE_CLASSES = [
|
||||
@ -58,6 +59,8 @@ class QuickDjangoTest(object):
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
SITE_ID = 1
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.apps = args
|
||||
|
Reference in New Issue
Block a user