Fixed some more tests

This commit is contained in:
Simon Willison 2025-10-23 14:43:51 -07:00
commit 7423c1a999
2 changed files with 120 additions and 77 deletions

View file

@ -18,6 +18,7 @@ def ds_write(tmp_path_factory):
"create table docs (id integer primary key, title text, score float, age integer)"
)
ds = Datasette([db_path], immutables=[db_path_immutable])
ds.root_enabled = True
yield ds
db.close()