mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +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
|
||||
|
||||
def fake_success_send(self, command=None, cleaned=None):
|
||||
"""
|
||||
Simulates receiving a success response from EPP.
|
||||
"""
|
||||
mock = MagicMock(
|
||||
code=1000,
|
||||
msg="Command completed successfully",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue