From 8c466b4826d8f4b9abd9203da7cb728c379569c5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 5 Aug 2022 08:26:37 +0200 Subject: [PATCH] Test fix - Remove debug from test --- changedetectionio/tests/test_access_control.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/changedetectionio/tests/test_access_control.py b/changedetectionio/tests/test_access_control.py index bb109982..d84ed577 100644 --- a/changedetectionio/tests/test_access_control.py +++ b/changedetectionio/tests/test_access_control.py @@ -70,8 +70,6 @@ def test_check_access_control(app, client): # Yes we are correctly logged in assert b"LOG OUT" in res.data - return - res = c.get(url_for("settings_page"))