Minor test improvements

This commit is contained in:
dgtlmoon
2022-11-20 11:35:35 +01:00
committed by GitHub
parent f066a1c38f
commit d07d7a1b18
3 changed files with 2 additions and 12 deletions

View File

@@ -70,9 +70,6 @@ def test_check_encoding_detection_missing_content_type_header(client, live_serve
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)