From 59129824e352b6b6242217cf289624b8faafeb65 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 23 Feb 2024 19:56:56 -0800 Subject: [PATCH] Update for Datasette 1.0 alphas to pass tests --- tests/test_insert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_insert.py b/tests/test_insert.py index 096ad32..293a025 100644 --- a/tests/test_insert.py +++ b/tests/test_insert.py @@ -219,7 +219,7 @@ def test_insert_against_datasette( expected_table_json, ): ds = Datasette( - metadata={ + config={ "permissions": { "create-table": {"id": "*"}, "insert-row": {"id": "*"},