mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +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.save()
|
||||
self.assertEqual(information.domain.id, domain.id)
|
||||
self.assertEqual(information.id, domain.domain_info.id)
|
||||
|
||||
def test_status_fsm_submit_fail(self):
|
||||
user, _ = User.objects.get_or_create()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue