mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Fix erroring unit tests
This commit is contained in:
parent
d6355f2293
commit
993556aa97
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ from registrar.models import (
|
|||
Domain,
|
||||
DomainRequest,
|
||||
DomainInformation,
|
||||
DraftDomain,
|
||||
User,
|
||||
DomainInvitation,
|
||||
Contact,
|
||||
|
|
|
@ -432,6 +432,7 @@ class TestDomainCreation(MockEppLib):
|
|||
DomainInformation.objects.all().delete()
|
||||
DomainRequest.objects.all().delete()
|
||||
PublicContact.objects.all().delete()
|
||||
Host.objects.all().delete()
|
||||
Domain.objects.all().delete()
|
||||
User.objects.all().delete()
|
||||
DraftDomain.objects.all().delete()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue