mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Do not show database name in Database Not Found error, refs #2359
This commit is contained in:
parent
93534fd3d0
commit
62686114ee
3 changed files with 4 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue