mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 07:26:34 +02:00
Update test_management_scripts.py
This commit is contained in:
parent
40b373481a
commit
b7789aad80
1 changed files with 1 additions and 1 deletions
|
@ -2596,7 +2596,7 @@ class TestUpdateDefaultPublicContacts(MockEppLib):
|
|||
expected_update = self._convertPublicContactToEpp(
|
||||
self.old_default_contact,
|
||||
disclose=False,
|
||||
disclose_fields=self.all_disclose_fields - {"email", "voice", "addr"},
|
||||
disclose_fields=self.all_disclose_fields - {"name", "email", "voice", "addr"},
|
||||
)
|
||||
self.mockedSendFunction.assert_any_call(expected_update, cleaned=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue