From e5e58f4e38880425f3227200cd123e85e430de52 Mon Sep 17 00:00:00 2001 From: missytake Date: Mon, 25 Mar 2024 12:12:20 +0100 Subject: [PATCH] tests: fix quota test after log line changed --- cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py b/cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py index d765d0df..7c3a3616 100644 --- a/cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py +++ b/cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py @@ -75,7 +75,7 @@ class TestEndToEndDeltaChat: ) lp.indent("good, message sending failed because quota was exceeded") 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 print(f"{saved_ok}: {line}") if saved_ok >= num_to_send: