mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Remove unused mock wrapper
This commit is contained in:
parent
698d2b2de9
commit
46e7cd45a6
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ class TestClient(TestCase):
|
||||||
# send() is called 5 times: send(login), send(command) fail, send(logout), send(login), send(command)
|
# send() is called 5 times: send(login), send(command) fail, send(logout), send(login), send(command)
|
||||||
self.assertEquals(mock_send.call_count, 5)
|
self.assertEquals(mock_send.call_count, 5)
|
||||||
|
|
||||||
def test_send_command_close_failure_recovers(self, mock_wrapper):
|
def test_send_command_close_failure_recovers(self):
|
||||||
"""Test when the .close on a connection fails and a .send follows suit.
|
"""Test when the .close on a connection fails and a .send follows suit.
|
||||||
Scenario:
|
Scenario:
|
||||||
Initialization succeeds
|
Initialization succeeds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue