This commit is contained in:
dgtlmoon
2023-09-26 13:40:13 +02:00
parent 86832228ed
commit 5db65bcafd
@@ -241,11 +241,8 @@ def test_filter_is_empty_help_suggestion(client, live_server):
""")
res = client.get(url_for("form_watch_checknow"), follow_redirects=True)
assert b'1 watches queued for rechecking.' in res.data
wait_for_all_checks(client)
res = client.get(
url_for("index"),
follow_redirects=True