Remove try/except + test

Changes in d064ff5 made try/except unnecessary and the subsequent test failed.
This commit is contained in:
Clemens Rieder
2023-01-12 09:36:55 +01:00
committed by Trenton H
parent 2b3c55c734
commit 6f1c532ba4
2 changed files with 6 additions and 16 deletions

View File

@@ -682,11 +682,6 @@ class TestMail(DirectoriesMixin, TestCase):
TagMailAction,
"apple:black",
)
self.assertRaises(
MailError,
TagMailAction,
"applegreen",
)
def test_handle_mail_account_tag_applemail(self):
# all mails will be FLAGGED afterwards