mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Remove try/except + test
Changes in d064ff5
made try/except unnecessary and the subsequent test failed.
This commit is contained in:

committed by
Trenton H

parent
2b3c55c734
commit
6f1c532ba4
@@ -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
|
||||
|
Reference in New Issue
Block a user