diff --git a/tests/test_permissions.py b/tests/test_permissions.py index b5c2e00c..bf66bc9c 100644 --- a/tests/test_permissions.py +++ b/tests/test_permissions.py @@ -6,7 +6,7 @@ import pytest "allow,expected_anon,expected_auth", [(None, 200, 200), ({}, 403, 403), ({"id": "root"}, 403, 200),], ) -def test_execute_sql(allow, expected_anon, expected_auth): +def test_view_query(allow, expected_anon, expected_auth): with make_app_client( metadata={ "databases": {