From 9a9c814269100a6a1dff3e09083a3457c6d50e4a Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:06:21 -0600 Subject: [PATCH] Clarification --- src/registrar/tests/test_models_domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/tests/test_models_domain.py b/src/registrar/tests/test_models_domain.py index 6be79848d..45f3ff271 100644 --- a/src/registrar/tests/test_models_domain.py +++ b/src/registrar/tests/test_models_domain.py @@ -990,7 +990,7 @@ class TestAnalystDelete(MockEppLib): def test_deletion_is_unsuccessful(self): """ Scenario: Domain deletion is unsuccessful - When an error is returned from epplibwrapper + When a subdomain exists Then a client error is returned of code 2305 And `state` is not set to `DELETED` """