Fixed test name, this executes view-query, not execute-sql - refs #811

pull/819/head
Simon Willison 2020-06-07 14:33:52 -07:00
rodzic 8571ce388a
commit cd92e4fe2a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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": {