From 2ebb2b00136c3750c97b5d36e98b2610b2f95eea Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 7 Jun 2024 09:05:07 +0200 Subject: [PATCH] just needs basic delay --- changedetectionio/tests/test_filter_failure_notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/tests/test_filter_failure_notification.py b/changedetectionio/tests/test_filter_failure_notification.py index ab673a05..d364cad9 100644 --- a/changedetectionio/tests/test_filter_failure_notification.py +++ b/changedetectionio/tests/test_filter_failure_notification.py @@ -23,7 +23,7 @@ def set_response_with_filter(): def run_filter_test(client, content_filter): time.sleep(1) - wait_for_all_checks(client) + # cleanup for the next client.get( url_for("form_delete", uuid="all"),