Update test_models_domain.py

This commit is contained in:
zandercymatics 2023-10-04 15:59:13 -06:00
parent bb193bd500
commit c788200ed3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -741,7 +741,7 @@ class TestRegistrantContacts(MockEppLib):
contact, disclose_email=is_security
)
# Should only be disclosed if the type is security
# Should only be disclosed if the type is security, as the email is valid
self.mockedSendFunction.assert_any_call(expectedCreateCommand, cleaned=True)
def test_not_disclosed_on_default_security_contact(self):