This commit is contained in:
zandercymatics 2024-01-03 13:12:14 -07:00
parent 8febb199ea
commit 311296e24a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

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