From 1039a1e5900a01badd221169ff3d971c32b5064c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 16 Sep 2025 18:03:46 +0200 Subject: [PATCH] woops --- changedetectionio/tests/test_filter_exist_changes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changedetectionio/tests/test_filter_exist_changes.py b/changedetectionio/tests/test_filter_exist_changes.py index c7841bad7..eb2019759 100644 --- a/changedetectionio/tests/test_filter_exist_changes.py +++ b/changedetectionio/tests/test_filter_exist_changes.py @@ -94,7 +94,8 @@ def test_filter_doesnt_exist_then_exists_should_get_notification(client, live_se "title": "my title", "headers": "", "include_filters": '.ticket-available', - "fetch_backend": "html_requests"}) + "fetch_backend": "html_requests", + "time_between_check_use_default": "y"}) res = client.post( url_for("ui.ui_edit.edit_page", uuid="first"),