mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
fix test case
This commit is contained in:
parent
7fef27e6de
commit
9dd8b7cd88
@ -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