mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +02:00
added few test verification lines
This commit is contained in:
parent
6e1c2f10fd
commit
1df808c8d4
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ class TestDomainApplication(TestCase):
|
||||||
)
|
)
|
||||||
information.other_contacts.add(contact)
|
information.other_contacts.add(contact)
|
||||||
information.save()
|
information.save()
|
||||||
|
self.assertEqual(information.domain.id, domain.id)
|
||||||
|
self.assertEqual(information.id, domain.domain_info.id)
|
||||||
|
|
||||||
def test_status_fsm_submit_fail(self):
|
def test_status_fsm_submit_fail(self):
|
||||||
user, _ = User.objects.get_or_create()
|
user, _ = User.objects.get_or_create()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue