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