Skip to content

Commit

Permalink
FIX config test
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Nov 21, 2021
1 parent 54ac8f6 commit 763646b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/tests/test_config_super.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@


def test_config_admin():
permission_test("/super/config/list")
permission_test("/super/config/list", fail_for=[
"student",
"professor",
"ta",
])
permission_test(
"/super/config/save",
method="post",
Expand Down

0 comments on commit 763646b

Please sign in to comment.