mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
fix test case
This commit is contained in:
parent
4b616feaa6
commit
47ebe5c263
@ -41,7 +41,7 @@ class BogusMailBox(ContextManager):
|
||||
|
||||
folder = BogusFolderManager()
|
||||
|
||||
def fetch(self, criteria, mark_seen):
|
||||
def fetch(self, criteria, mark_seen, charset=""):
|
||||
msg = self.messages
|
||||
|
||||
criteria = str(criteria).strip('()').split(" ")
|
||||
|
Loading…
x
Reference in New Issue
Block a user