mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
tests: fix quota test after log line changed
This commit is contained in:
@@ -75,7 +75,7 @@ class TestEndToEndDeltaChat:
|
|||||||
)
|
)
|
||||||
lp.indent("good, message sending failed because quota was exceeded")
|
lp.indent("good, message sending failed because quota was exceeded")
|
||||||
return
|
return
|
||||||
if "saved mail to inbox" in line:
|
if "stored mail into mailbox 'inbox'" in line or "saved mail to inbox" in line:
|
||||||
saved_ok += 1
|
saved_ok += 1
|
||||||
print(f"{saved_ok}: {line}")
|
print(f"{saved_ok}: {line}")
|
||||||
if saved_ok >= num_to_send:
|
if saved_ok >= num_to_send:
|
||||||
|
|||||||
Reference in New Issue
Block a user