mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Update test_admin.py
This commit is contained in:
parent
fa0beb1f8d
commit
5e19ad1b15
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ from registrar.models import (
|
|||
DomainInformation,
|
||||
User,
|
||||
DomainInvitation,
|
||||
Contact,
|
||||
Website
|
||||
)
|
||||
from registrar.models.user_domain_role import UserDomainRole
|
||||
from .common import (
|
||||
|
@ -971,6 +973,8 @@ class TestDomainApplicationAdmin(MockEppLib):
|
|||
DomainInformation.objects.all().delete()
|
||||
DomainApplication.objects.all().delete()
|
||||
User.objects.all().delete()
|
||||
Contact.objects.all().delete()
|
||||
Website.objects.all().delete()
|
||||
|
||||
|
||||
class DomainInvitationAdminTest(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue