Skip to content

Commit

Permalink
add test for checking that product tools role as access to sys queries (
Browse files Browse the repository at this point in the history
  • Loading branch information
enochtangg committed Jan 26, 2024
1 parent 56a37e2 commit 45e6de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/admin/test_authorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ def test_product_tools_role(
assert len(data["tools"]) > 0
assert "snql-to-sql" in data["tools"]
assert "tracing" in data["tools"]
assert "system-queries" in data["tools"]
assert "production-queries" in data["tools"]
assert "all" not in data["tools"]

0 comments on commit 45e6de8

Please sign in to comment.