mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
linting
This commit is contained in:
parent
76ec2b030a
commit
adea22fe9f
1 changed files with 2 additions and 1 deletions
|
@ -3087,7 +3087,7 @@ class TestDomainAuthorizingOfficial(TestDomainOverview):
|
|||
# ao_pk is the initial pk of the authorizing official. set it before update
|
||||
# to be able to verify after update that the same contact object is in place
|
||||
ao_pk = self.domain_information.authorizing_official.id
|
||||
result = ao_form.submit()
|
||||
ao_form.submit()
|
||||
|
||||
# refresh domain information
|
||||
self.domain_information.refresh_from_db()
|
||||
|
@ -3129,6 +3129,7 @@ class TestDomainAuthorizingOfficial(TestDomainOverview):
|
|||
self.assertEqual("Testy", other_contact.first_name)
|
||||
self.assertEqual(ao_pk, other_contact.id)
|
||||
|
||||
|
||||
class TestDomainOrganization(TestDomainOverview):
|
||||
def test_domain_org_name_address(self):
|
||||
"""Can load domain's org name and mailing address page."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue