From 93b830efbd7fc083f2034b665cb67adeef1b0037 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 3 Apr 2026 07:02:13 +0200 Subject: [PATCH] fixing test --- changedetectionio/tests/unit/test_conditions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/tests/unit/test_conditions.py b/changedetectionio/tests/unit/test_conditions.py index 00c8c0679..1cfaf87ff 100644 --- a/changedetectionio/tests/unit/test_conditions.py +++ b/changedetectionio/tests/unit/test_conditions.py @@ -64,7 +64,7 @@ class TestTriggerConditions(unittest.TestCase): "conditions": [ {"operator": ">=", "field": "extracted_number", "value": "10"}, {"operator": "<=", "field": "extracted_number", "value": "5000"}, - {"operator": "in", "field": "page_text", "value": "rock"}, + {"operator": "in", "field": "page_filtered_text", "value": "rock"}, #{"operator": "starts_with", "field": "page_text", "value": "I saw"}, ] }