_memory database should not be mutable, closes #1917

This commit is contained in:
Simon Willison 2022-11-29 21:05:47 -08:00
commit 6b47734c04
2 changed files with 4 additions and 2 deletions

View file

@ -59,7 +59,7 @@ async def test_datasette_constructor():
"route": "_memory",
"path": None,
"size": 0,
"is_mutable": True,
"is_mutable": False,
"is_memory": True,
"hash": None,
}