Test cleanups (#1196)

This commit is contained in:
dgtlmoon
2022-12-07 12:03:28 +01:00
committed by GitHub
parent ee776a9627
commit 3e333496c1
3 changed files with 8 additions and 13 deletions

View File

@@ -38,9 +38,6 @@ def test_check_encoding_detection(client, live_server):
follow_redirects=True
)
# Trigger a check
client.get(url_for("form_watch_checknow"), follow_redirects=True)
# Give the thread time to pick it up
time.sleep(2)