From aea7fc6f0a0f8c013ffcf5a3600e954e4b57ddcf Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 2 Feb 2026 15:09:05 +0100 Subject: [PATCH] test cleanup --- changedetectionio/tests/test_restock_itemprop.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changedetectionio/tests/test_restock_itemprop.py b/changedetectionio/tests/test_restock_itemprop.py index dcb9f46a..5c6be63c 100644 --- a/changedetectionio/tests/test_restock_itemprop.py +++ b/changedetectionio/tests/test_restock_itemprop.py @@ -236,6 +236,7 @@ def test_restock_itemprop_with_tag(client, live_server, measure_memory_usage, da } _run_test_minmax_limit(client, extra_watch_edit_form=extras,datastore_path=datastore_path) + delete_all_watches(client) @@ -463,3 +464,4 @@ def test_special_prop_examples(client, live_server, measure_memory_usage, datast assert b'ception' not in res.data assert b'155.55' in res.data + delete_all_watches(client)