This commit is contained in:
Jon Roberts 2023-05-10 11:46:12 -04:00
parent e8d73d0dc7
commit 6e1c2f10fd
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -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."""