diff --git a/changedetectionio/tests/test_diff_filter_changes_as_add_delete.py b/changedetectionio/tests/test_diff_filter_changes_as_add_delete.py index 4dc7af85..83747f33 100644 --- a/changedetectionio/tests/test_diff_filter_changes_as_add_delete.py +++ b/changedetectionio/tests/test_diff_filter_changes_as_add_delete.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 - +# @NOTE: THIS RELIES ON SOME MIDDLEWARE TO MAKE CHECKBOXES WORK WITH WTFORMS UNDER TEST CONDITION, see changedetectionio/tests/util.py import time from flask import url_for from .util import live_server_setup 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)