From eb8470f5cb86b00db222d84d1e5fecf6f8f16a15 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 17 Jan 2026 22:07:19 +0100 Subject: [PATCH] tweak --- changedetectionio/tests/test_live_preview.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/changedetectionio/tests/test_live_preview.py b/changedetectionio/tests/test_live_preview.py index b9c26be3b..89629912d 100644 --- a/changedetectionio/tests/test_live_preview.py +++ b/changedetectionio/tests/test_live_preview.py @@ -22,14 +22,13 @@ something to trigger
def test_content_filter_live_preview(client, live_server, measure_memory_usage, datastore_path): # live_server_setup(live_server) # Setup on conftest per function set_response(datastore_path=datastore_path) - + import time test_url = url_for('test_endpoint', _external=True) uuid = client.application.config.get('DATASTORE').add_watch(url=test_url) res = client.get(url_for("ui.form_watch_checknow"), follow_redirects=True) - assert b'Queued 1 watch for rechecking.' in res.data - + time.sleep(0.5) wait_for_all_checks(client) res = client.post(