mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Update test_models_domain.py
This commit is contained in:
parent
2faeded1ea
commit
8884baaa15
1 changed files with 1 additions and 1 deletions
|
@ -1001,7 +1001,7 @@ class TestRegistrantContacts(MockEppLib):
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
expectedCreateCommand = self._convertPublicContactToEpp(
|
expectedCreateCommand = self._convertPublicContactToEpp(
|
||||||
expected_contact, disclose_email=False, disclose_fields={}
|
expected_contact, disclose_email=False, disclose_fields=[]
|
||||||
)
|
)
|
||||||
self.mockedSendFunction.assert_any_call(expectedCreateCommand, cleaned=True)
|
self.mockedSendFunction.assert_any_call(expectedCreateCommand, cleaned=True)
|
||||||
# The emails should match on both items
|
# The emails should match on both items
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue