This commit is contained in:
rachidatecs 2023-07-07 11:09:15 -04:00
parent 52dc04c1ac
commit a92ca84ccb
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525

View file

@ -14,9 +14,6 @@ class TestDomainApplicationAdmin(TestCase):
def setUp(self): def setUp(self):
self.site = AdminSite() self.site = AdminSite()
self.factory = RequestFactory() self.factory = RequestFactory()
# self.admin = ListHeaderAdmin(model=DomainApplication, admin_site=None)
# self.client = Client(HTTP_HOST="localhost:8080")
# self.superuser = create_superuser(self)
@boto3_mocking.patching @boto3_mocking.patching
def test_save_model_sends_submitted_email(self): def test_save_model_sends_submitted_email(self):