mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix for TableNotFound, refs #2359
This commit is contained in:
parent
62686114ee
commit
7316dd4ac6
5 changed files with 10 additions and 12 deletions
|
|
@ -535,7 +535,7 @@ async def test_csv_json_export_links_include_labels_if_foreign_keys(ds_client):
|
|||
|
||||
@pytest.mark.asyncio
|
||||
async def test_table_not_exists(ds_client):
|
||||
assert "Table not found: blah" in (await ds_client.get("/fixtures/blah")).text
|
||||
assert "Table not found" in (await ds_client.get("/fixtures/blah")).text
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue