Merge branch 'za/1889-socket-in-use-error' of https://github.com/cisagov/manage.get.gov into za/1889-socket-in-use-error

This commit is contained in:
zandercymatics 2024-03-18 12:33:11 -06:00
commit dda09a8261
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -264,7 +264,7 @@ class TestClient(TestCase):
def test_send_command_close_failure_recovers(self):
"""Test when the .close on a connection fails and a .send follows suit.
Flow:
Scenario:
Initialization succeeds
Send command fails (with 2400 code) prompting retry
Client closes and re-initializes, and command succeeds"""