From cd92e4fe2a47039a8c780e4e7183a0d2e7446884 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 7 Jun 2020 14:33:52 -0700 Subject: [PATCH] Fixed test name, this executes view-query, not execute-sql - refs #811 --- tests/test_permissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {