mirror of
https://github.com/simonw/datasette.git
synced 2026-06-01 06:37:02 +02:00
Better test name
This commit is contained in:
parent
9c1f8621eb
commit
0f7e4410c1
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ async def test_ds():
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_tables_endpoint_global_access(test_ds):
|
||||
async def test_tables_allowed_resources_global_access(test_ds):
|
||||
"""Test allowed_resources() with global access permissions"""
|
||||
|
||||
def rules_callback(datasette, actor, action):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue