From a954cc2347637429458c19da8bfe6de72cef2836 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:32:56 -0600 Subject: [PATCH] Update src/epplibwrapper/tests/test_client.py Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com> --- src/epplibwrapper/tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epplibwrapper/tests/test_client.py b/src/epplibwrapper/tests/test_client.py index 3c276607d..a5c11ba19 100644 --- a/src/epplibwrapper/tests/test_client.py +++ b/src/epplibwrapper/tests/test_client.py @@ -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"""