mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Updated tests
This commit is contained in:
parent
961463a61c
commit
80f0347668
2 changed files with 3 additions and 0 deletions
|
@ -721,6 +721,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
email=contact.email,
|
email=contact.email,
|
||||||
voice=contact.voice,
|
voice=contact.voice,
|
||||||
fax=contact.fax,
|
fax=contact.fax,
|
||||||
|
auth_info = epp.ContactAuthInfo(pw="2fooBAR123fooBaz"),
|
||||||
) # type: ignore
|
) # type: ignore
|
||||||
|
|
||||||
updateContact.disclose = self._disclose_fields(contact=contact) # type: ignore
|
updateContact.disclose = self._disclose_fields(contact=contact) # type: ignore
|
||||||
|
|
|
@ -1094,6 +1094,8 @@ class MockEppLib(TestCase):
|
||||||
email=contact.email,
|
email=contact.email,
|
||||||
voice=contact.voice,
|
voice=contact.voice,
|
||||||
fax=contact.fax,
|
fax=contact.fax,
|
||||||
|
disclose=di,
|
||||||
|
auth_info=ai,
|
||||||
)
|
)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue