Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Dec 12, 2024
1 parent 34edd0f commit 9881c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api2/test_auth_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def unprivileged_user():
username="test",
group_name="test",
privilege_name="test",
allowlist=[{"method": "CALL", "resource": "system.info"}],
roles=['READONLY_ADMIN'],
web_shell=True,
):
yield
Expand Down

0 comments on commit 9881c7a

Please sign in to comment.