Added comment

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

View file

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