From e548a974a0c66f4fff25edcabdaf92239cae1fe1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 30 Apr 2025 16:08:06 +0200 Subject: [PATCH] remove test debug --- changedetectionio/tests/test_conditions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/changedetectionio/tests/test_conditions.py b/changedetectionio/tests/test_conditions.py index 408be2e1..14dde024 100644 --- a/changedetectionio/tests/test_conditions.py +++ b/changedetectionio/tests/test_conditions.py @@ -291,8 +291,6 @@ def test_lev_conditions_plugin(client, live_server, measure_memory_usage): wait_for_all_checks(client) res = client.get(url_for("watchlist.index")) - with open('/tmp/fuck.html', 'wb') as f: - f.write(res.data) assert b'unviewed' not in res.data # Check the content saved initially, even tho a condition was set - this is the first snapshot so shouldnt be affected by conditions