Do not show database name in Database Not Found error, refs #2359

This commit is contained in:
Simon Willison 2024-06-21 16:02:15 -07:00
commit 62686114ee
3 changed files with 4 additions and 6 deletions

View file

@ -133,7 +133,7 @@ async def test_insert_rows(ds_write, return_rows):
{},
None,
404,
["Database not found: data2"],
["Database not found"],
),
(
"/data/docs2/-/insert",