From 311296e24a4fdbd3164dba703ff1f3f7fe632738 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:12:14 -0700 Subject: [PATCH] Linting --- src/registrar/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/tests/test_views.py b/src/registrar/tests/test_views.py index 01a243b38..7a69fe99a 100644 --- a/src/registrar/tests/test_views.py +++ b/src/registrar/tests/test_views.py @@ -1764,7 +1764,7 @@ class TestDomainManagers(TestDomainOverview): with boto3_mocking.clients.handler_for("sesv2", mock_client): with less_console_noise(): # permission denied makes console errors result = self.client.post(reverse("invitation-delete", kwargs={"pk": invitation.id})) - + self.assertEqual(result.status_code, 403) @boto3_mocking.patching