mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-31 10:29:15 +01:00
Remove mail templates since we're not testing them here; might be good to include a test for this elsewhere
This commit is contained in:
parent
5e93297787
commit
197fad99d2
@ -21,7 +21,7 @@ except ImportError:
|
|||||||
import mock
|
import mock
|
||||||
|
|
||||||
class GetEmailTestCase(TestCase):
|
class GetEmailTestCase(TestCase):
|
||||||
fixtures = ['emailtemplate.json']
|
#fixtures = ['emailtemplate.json'] # may don't need this, not testing templates here
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.queue_public = Queue.objects.create(title='Queue 1', slug='QQ', allow_public_submission=True, allow_email_submission=True, new_ticket_cc='new.public@example.com', updated_ticket_cc='update.public@example.com', email_box_type='local', email_box_local_dir='/var/lib/mail/helpdesk/')
|
self.queue_public = Queue.objects.create(title='Queue 1', slug='QQ', allow_public_submission=True, allow_email_submission=True, new_ticket_cc='new.public@example.com', updated_ticket_cc='update.public@example.com', email_box_type='local', email_box_local_dir='/var/lib/mail/helpdesk/')
|
||||||
|
Loading…
Reference in New Issue
Block a user