Add missing comment

This commit is contained in:
zandercymatics 2024-03-18 14:26:19 -06:00
parent 03f7efc846
commit ad5b8441e5
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -316,6 +316,9 @@ class TestClient(TestCase):
pass
def fake_success_send(self, command=None, cleaned=None):
"""
Simulates receiving a success response from EPP.
"""
mock = MagicMock(
code=1000,
msg="Command completed successfully",