mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 09:07:02 +02:00
Merge branch 'main' into nl/1064-Change-domain-application-to-domain-requests
This commit is contained in:
commit
c2679ff9b5
23 changed files with 805 additions and 1058 deletions
|
@ -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"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue