Try not to piss off mypy

This commit is contained in:
shamoon
2026-02-21 17:48:11 -08:00
parent 1b912c137a
commit 5b667621cd
3 changed files with 25 additions and 23 deletions

View File

@@ -272,7 +272,7 @@ class TestAPIMailAccounts(DirectoriesMixin, APITestCase):
self.assertEqual(response.status_code, status.HTTP_200_OK)
self.assertEqual(response.data["success"], True)
def test_mail_account_test_existing_nonexistent_id_forbidden(self):
def test_mail_account_test_existing_nonexistent_id_forbidden(self) -> None:
response = self.client.post(
f"{self.ENDPOINT}test/",
json.dumps(