From cad976cc558fffe38d20c1ae18c509c452434ec0 Mon Sep 17 00:00:00 2001 From: Seamus Johnston Date: Fri, 16 Jun 2023 13:50:23 -0500 Subject: [PATCH] Fix typo Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com> --- 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 23b65f697..10ac2aed8 100644 --- a/src/registrar/tests/test_models_domain.py +++ b/src/registrar/tests/test_models_domain.py @@ -313,7 +313,7 @@ class TestRegistrantDNSSEC(TestCase): @skip("not implemented yet") def test_update_is_unsuccessful(self): """ - Scenario: An update to the security contact is unsuccessful + Scenario: An update to the dns data is unsuccessful When an error is returned from epplibwrapper Then a user-friendly error message is returned for displaying on the web """