mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
fix unittest
This commit is contained in:
parent
3c8196527f
commit
c05b39a056
1 changed files with 3 additions and 1 deletions
|
|
@ -173,7 +173,9 @@ class MailAccountHandler(LoggingMixin):
|
|||
f"Error while authenticating account {account}: {e}",
|
||||
exc_info=False,
|
||||
)
|
||||
return total_processed_files
|
||||
raise MailError(
|
||||
f"Error while authenticating account {account}",
|
||||
) from e
|
||||
|
||||
self.log(
|
||||
"debug",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue