Skip to content

Commit

Permalink
extra delay not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Sep 17, 2024
1 parent 9abcb6a commit b55f228
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def run_filter_test(client, live_server, content_filter):
checked+=1
client.get(url_for("form_watch_checknow"), follow_redirects=True)
wait_for_all_checks(client)
time.sleep(2) # delay for apprise to fire
res = client.get(url_for("index"))
assert b'Warning, no filters were found' in res.data
assert not os.path.isfile("test-datastore/notification.txt"), f"test-datastore/notification.txt should not exist - Attempt {i} when threshold is {App._FILTER_FAILURE_THRESHOLD_ATTEMPTS_DEFAULT}"
Expand Down

0 comments on commit b55f228

Please sign in to comment.