From 98b417bc44c3cadb3dbde8167f257ca11e10130f Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Wed, 2 Oct 2024 19:25:31 -0400 Subject: [PATCH] lint --- src/registrar/tests/test_models_requests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/registrar/tests/test_models_requests.py b/src/registrar/tests/test_models_requests.py index 96a19aae1..f102baf05 100644 --- a/src/registrar/tests/test_models_requests.py +++ b/src/registrar/tests/test_models_requests.py @@ -18,7 +18,6 @@ from registrar.models import ( import boto3_mocking from registrar.utility.constants import BranchChoices -from registrar.utility.errors import FSMDomainRequestError, FSMErrorCodes from .common import ( MockSESClient, @@ -667,7 +666,7 @@ class TestDomainRequest(TestCase): (self.ineligible_domain_request, TransitionNotAllowed), ] self.assert_fsm_transition_raises_error(test_cases, "approve") - + @less_console_noise_decorator def test_approved_transition_not_allowed_when_domain_already_approved(self): """