Test fix - Remove debug from test

This commit is contained in:
dgtlmoon
2022-08-05 08:26:37 +02:00
parent 6f072b42e8
commit 8c466b4826

View File

@@ -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"))