mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
small fix to tests outside of the scope of this ticket
This commit is contained in:
parent
78c4bb4a8d
commit
7fd664b94a
1 changed files with 2 additions and 0 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