This commit is contained in:
zandercymatics 2024-08-23 14:57:49 -06:00
parent 056df7151d
commit e84f346e4b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 36 additions and 37 deletions

View file

@ -53,11 +53,6 @@ class TestDomainRequestAdmin(MockEppLib):
tests have available staffuser, superuser, client, admin and test_helper
"""
@classmethod
def tearDownClass(cls):
super().tearDownClass()
AllowedEmail.objects.all.delete()
@classmethod
def setUpClass(self):
super().setUpClass()