Moving 'watchlist' to its own blueprint

This commit is contained in:
dgtlmoon
2025-03-25 09:27:09 +01:00
parent 0131de3e3a
commit 2a91c1f8d1
49 changed files with 148 additions and 159 deletions
@@ -46,7 +46,7 @@ def test_check_notification_error_handling(client, live_server, measure_memory_u
logging.debug("Fetching watch overview....")
res = client.get(
url_for("index"))
url_for("watchlist.index"))
if bytes("Notification error detected".encode('utf-8')) in res.data:
found=True