From 5db65bcafd3061056a21f54d09b44072fd72150e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 26 Sep 2023 13:40:13 +0200 Subject: [PATCH] not here --- changedetectionio/tests/test_css_selector.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/changedetectionio/tests/test_css_selector.py b/changedetectionio/tests/test_css_selector.py index bc9950ac6..dcc103318 100644 --- a/changedetectionio/tests/test_css_selector.py +++ b/changedetectionio/tests/test_css_selector.py @@ -241,11 +241,8 @@ def test_filter_is_empty_help_suggestion(client, live_server): """) res = client.get(url_for("form_watch_checknow"), follow_redirects=True) - assert b'1 watches queued for rechecking.' in res.data - wait_for_all_checks(client) - res = client.get( url_for("index"), follow_redirects=True