From 74428372c30e6a5d1fcf196d5a023f2e3e58efa0 Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Thu, 27 Oct 2022 11:57:55 -0400 Subject: [PATCH] Update changedetectionio/tests/test_diff_filter_only_deletions.py Co-authored-by: dgtlmoon --- changedetectionio/tests/test_diff_filter_only_deletions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/changedetectionio/tests/test_diff_filter_only_deletions.py b/changedetectionio/tests/test_diff_filter_only_deletions.py index 3bdcb005..f53727d5 100644 --- a/changedetectionio/tests/test_diff_filter_only_deletions.py +++ b/changedetectionio/tests/test_diff_filter_only_deletions.py @@ -58,7 +58,6 @@ def test_diff_filtering_no_add(client, live_server): time.sleep(sleep_time_for_fetch_thread) # Trigger a check - client.get(url_for("form_watch_checknow"), follow_redirects=True) # Give the thread time to pick it up time.sleep(sleep_time_for_fetch_thread)