From 0f7e4410c11108de4de30e7892bbb48058dbdd24 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 23 May 2026 17:07:47 -0700 Subject: [PATCH] Better test name --- tests/test_allowed_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_allowed_resources.py b/tests/test_allowed_resources.py index 8048ae2c..e247aa78 100644 --- a/tests/test_allowed_resources.py +++ b/tests/test_allowed_resources.py @@ -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):