mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Add missing comment
This commit is contained in:
parent
03f7efc846
commit
ad5b8441e5
1 changed files with 3 additions and 0 deletions
|
@ -316,6 +316,9 @@ class TestClient(TestCase):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def fake_success_send(self, command=None, cleaned=None):
|
def fake_success_send(self, command=None, cleaned=None):
|
||||||
|
"""
|
||||||
|
Simulates receiving a success response from EPP.
|
||||||
|
"""
|
||||||
mock = MagicMock(
|
mock = MagicMock(
|
||||||
code=1000,
|
code=1000,
|
||||||
msg="Command completed successfully",
|
msg="Command completed successfully",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue