mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 22:14:15 +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_registrant,
|
||||
expected_security,
|
||||
expected_tech
|
||||
expected_tech,
|
||||
]
|
||||
|
||||
for contact in contacts:
|
||||
is_security = contact.contact_type == "security"
|
||||
expectedCreateCommand = self._convertPublicContactToEpp(
|
||||
contact,
|
||||
disclose_email=is_security
|
||||
contact, disclose_email=is_security
|
||||
)
|
||||
|
||||
self.mockedSendFunction.assert_any_call(expectedCreateCommand, cleaned=True)
|
||||
|
@ -755,7 +754,7 @@ class TestRegistrantContacts(MockEppLib):
|
|||
domain, _ = Domain.objects.get_or_create(name="defaultsecurity.gov")
|
||||
expectedSecContact = PublicContact.get_default_security()
|
||||
expectedSecContact.domain = domain
|
||||
expectedSecContact.registry_id="defaultSec"
|
||||
expectedSecContact.registry_id = "defaultSec"
|
||||
domain.security_contact = expectedSecContact
|
||||
|
||||
expectedCreateCommand = self._convertPublicContactToEpp(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue