Merge branch 'main' into nl/1064-Change-domain-application-to-domain-requests

This commit is contained in:
CocoByte 2024-03-07 13:57:44 -07:00
commit c2679ff9b5
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
23 changed files with 805 additions and 1058 deletions

View file

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