mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 14:34:10 +02:00
Running black for formatting
This commit is contained in:
parent
bb1e7bdf78
commit
f0acb978b9
1 changed files with 7 additions and 8 deletions
|
@ -732,14 +732,13 @@ class TestRegistrantContacts(MockEppLib):
|
||||||
expected_admin,
|
expected_admin,
|
||||||
expected_registrant,
|
expected_registrant,
|
||||||
expected_security,
|
expected_security,
|
||||||
expected_tech
|
expected_tech,
|
||||||
]
|
]
|
||||||
|
|
||||||
for contact in contacts:
|
for contact in contacts:
|
||||||
is_security = contact.contact_type == "security"
|
is_security = contact.contact_type == "security"
|
||||||
expectedCreateCommand = self._convertPublicContactToEpp(
|
expectedCreateCommand = self._convertPublicContactToEpp(
|
||||||
contact,
|
contact, disclose_email=is_security
|
||||||
disclose_email=is_security
|
|
||||||
)
|
)
|
||||||
|
|
||||||
self.mockedSendFunction.assert_any_call(expectedCreateCommand, cleaned=True)
|
self.mockedSendFunction.assert_any_call(expectedCreateCommand, cleaned=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue