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:
Garret Wassermann 2016-10-20 02:48:14 -04:00
parent 5e93297787
commit 197fad99d2

View File

@ -21,7 +21,7 @@ except ImportError:
import mock
class GetEmailTestCase(TestCase):
fixtures = ['emailtemplate.json']
#fixtures = ['emailtemplate.json'] # may don't need this, not testing templates here
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/')