From 1f710529a4597faca7dc17d48fa1c75eddc25d22 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 2 Jun 2025 20:47:35 +0200 Subject: [PATCH] woops --- changedetectionio/tests/test_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/tests/test_request.py b/changedetectionio/tests/test_request.py index 33936cf10..0b228bfd3 100644 --- a/changedetectionio/tests/test_request.py +++ b/changedetectionio/tests/test_request.py @@ -154,7 +154,7 @@ def test_body_in_request(client, live_server, measure_memory_usage): follow_redirects=True ) assert b"1 Imported" in res.data - wait_for_all_checks() + wait_for_all_checks(client) watches_with_body = 0 with open('test-datastore/url-watches.json') as f: app_struct = json.load(f)