mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
fix unittest
This commit is contained in:
@@ -173,7 +173,9 @@ class MailAccountHandler(LoggingMixin):
|
|||||||
f"Error while authenticating account {account}: {e}",
|
f"Error while authenticating account {account}: {e}",
|
||||||
exc_info=False,
|
exc_info=False,
|
||||||
)
|
)
|
||||||
return total_processed_files
|
raise MailError(
|
||||||
|
f"Error while authenticating account {account}",
|
||||||
|
) from e
|
||||||
|
|
||||||
self.log(
|
self.log(
|
||||||
"debug",
|
"debug",
|
||||||
|
Reference in New Issue
Block a user