Remove debug :-)

This commit is contained in:
dgtlmoon
2025-10-08 19:15:25 +02:00
parent 82833abf1a
commit edd64fb1dd
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -273,8 +273,7 @@ got it\r\n
url_for("ui.ui_views.preview_page", uuid="first"),
follow_redirects=True
)
with open('/tmp/fuck.html', 'wb') as f:
f.write(res.data)
assert b"some random text that should be split by line\n" in res.data
####
-2
View File
@@ -264,8 +264,6 @@ def test_limit_tag_ui(client, live_server, measure_memory_usage):
client.get(url_for('ui.mark_all_viewed', tag=tag_uuid), follow_redirects=True)
wait_for_all_checks(client)
with open('/tmp/fuck.html', 'wb') as f:
f.write(res.data)
# Should be only 1 unviewed
res = client.get(url_for("watchlist.index"))
assert res.data.count(b' unviewed ') == 1