mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed test name, this executes view-query, not execute-sql - refs #811
This commit is contained in:
parent
8571ce388a
commit
cd92e4fe2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue