mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
lint
This commit is contained in:
parent
e8d73d0dc7
commit
6e1c2f10fd
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,7 @@ class TestPermissions(TestCase):
|
||||||
# should be a role for this user
|
# should be a role for this user
|
||||||
self.assertTrue(UserDomainRole.objects.get(user=user, domain=domain))
|
self.assertTrue(UserDomainRole.objects.get(user=user, domain=domain))
|
||||||
|
|
||||||
|
|
||||||
class TestDomainInfo(TestCase):
|
class TestDomainInfo(TestCase):
|
||||||
|
|
||||||
"""Test creation of Domain Information when approved."""
|
"""Test creation of Domain Information when approved."""
|
||||||
|
@ -208,6 +209,7 @@ class TestDomainInfo(TestCase):
|
||||||
# should be an information present for this domain
|
# should be an information present for this domain
|
||||||
self.assertTrue(DomainInformation.objects.get(domain=domain))
|
self.assertTrue(DomainInformation.objects.get(domain=domain))
|
||||||
|
|
||||||
|
|
||||||
class TestInvitations(TestCase):
|
class TestInvitations(TestCase):
|
||||||
|
|
||||||
"""Test the retrieval of invitations."""
|
"""Test the retrieval of invitations."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue