Skip to content

Commit 763646b

Browse files
committed
FIX config test
1 parent 54ac8f6 commit 763646b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api/tests/test_config_super.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55

66
def test_config_admin():
7-
permission_test("/super/config/list")
7+
permission_test("/super/config/list", fail_for=[
8+
"student",
9+
"professor",
10+
"ta",
11+
])
812
permission_test(
913
"/super/config/save",
1014
method="post",

0 commit comments

Comments
 (0)