mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Linting
This commit is contained in:
parent
8febb199ea
commit
311296e24a
1 changed files with 1 additions and 1 deletions
|
@ -1764,7 +1764,7 @@ class TestDomainManagers(TestDomainOverview):
|
||||||
with boto3_mocking.clients.handler_for("sesv2", mock_client):
|
with boto3_mocking.clients.handler_for("sesv2", mock_client):
|
||||||
with less_console_noise(): # permission denied makes console errors
|
with less_console_noise(): # permission denied makes console errors
|
||||||
result = self.client.post(reverse("invitation-delete", kwargs={"pk": invitation.id}))
|
result = self.client.post(reverse("invitation-delete", kwargs={"pk": invitation.id}))
|
||||||
|
|
||||||
self.assertEqual(result.status_code, 403)
|
self.assertEqual(result.status_code, 403)
|
||||||
|
|
||||||
@boto3_mocking.patching
|
@boto3_mocking.patching
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue