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": "*"},