mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
Fix issue with tearDown on admin unit tests
This commit is contained in:
parent
54bc17ff83
commit
a0d8c4eb40
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ class TestDomainApplicationAdmin(TestCase):
|
||||||
mock_client_instance.send_email.assert_called_once()
|
mock_client_instance.send_email.assert_called_once()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
DomainInformation.objects.all().delete()
|
||||||
DomainApplication.objects.all().delete()
|
DomainApplication.objects.all().delete()
|
||||||
User.objects.all().delete()
|
User.objects.all().delete()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue