renamed email template file
This commit is contained in:
@@ -263,7 +263,6 @@ class CompanyViewSetTest(APITestCase):
|
||||
self.assertFalse(self.model.objects.filter(id=instance.pk).exists())
|
||||
|
||||
|
||||
|
||||
class MyCompanyViewTest(APITestCase):
|
||||
"""CompanyViewset tests
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import logging
|
||||
import json
|
||||
|
||||
from django.shortcuts import render, get_object_or_404
|
||||
from django.core.mail import EmailMessage
|
||||
|
||||
Reference in New Issue
Block a user