Test fix - Remove debug from test

pull/818/head
dgtlmoon 2022-08-05 08:26:37 +02:00
rodzic 6f072b42e8
commit 8c466b4826
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

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