small fix to tests outside of the scope of this ticket

This commit is contained in:
David Kennedy 2024-03-04 13:49:47 -05:00
parent 78c4bb4a8d
commit 7fd664b94a
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -1542,6 +1542,8 @@ class DomainInvitationAdminTest(TestCase):
def tearDown(self): def tearDown(self):
"""Delete all DomainInvitation objects""" """Delete all DomainInvitation objects"""
DomainInvitation.objects.all().delete() DomainInvitation.objects.all().delete()
User.objects.all().delete()
Contact.objects.all().delete()
def test_get_filters(self): def test_get_filters(self):
"""Ensures that our filters are displaying correctly""" """Ensures that our filters are displaying correctly"""