UI: Updating queued success message (#1285)

This commit is contained in:
jtagcat
2023-01-05 20:12:02 +00:00
committed by GitHub
parent ab9efdfd14
commit 58c7cbeac7
3 changed files with 5 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ def test_check_basic_change_detection_functionality(client, live_server):
# Force recheck
res = client.get(url_for("form_watch_checknow"), follow_redirects=True)
assert b'1 watches are queued for rechecking.' in res.data
assert b'1 watches queued for rechecking.' in res.data
wait_for_all_checks(client)