Update src/epplibwrapper/tests/test_client.py

Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
This commit is contained in:
zandercymatics 2024-03-18 12:32:56 -06:00 committed by GitHub
parent 21f06360f1
commit a954cc2347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"""