From fd657dfb366b239a58eea9e4722c132f1faa47f6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 24 Mar 2026 16:39:47 +0100 Subject: [PATCH] test fix --- changedetectionio/tests/test_access_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/tests/test_access_control.py b/changedetectionio/tests/test_access_control.py index 24d24c59c..ff0f4c1ad 100644 --- a/changedetectionio/tests/test_access_control.py +++ b/changedetectionio/tests/test_access_control.py @@ -125,7 +125,7 @@ def test_check_access_control(app, client, live_server, measure_memory_usage, da assert b"IMPORT" in res.data assert b"LOG OUT" in res.data assert b"time_between_check-minutes" in res.data - assert b"browser_profile" in res.data + ################################################## # Remove password button, and check that it worked