mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Got a couple more test to pass
This commit is contained in:
parent
5c02664e4a
commit
f33c900191
2 changed files with 2 additions and 2 deletions
|
|
@ -681,7 +681,7 @@ def test_row(app_client):
|
|||
|
||||
def test_row_strange_table_name(app_client):
|
||||
response = app_client.get(
|
||||
"/fixtures/table-2Fwith-2Fslashes-2Ecsv/3.json?_shape=objects"
|
||||
"/fixtures/table~2Fwith~2Fslashes~2Ecsv/3.json?_shape=objects"
|
||||
)
|
||||
assert response.status == 200
|
||||
assert [{"pk": "3", "content": "hey"}] == response.json["rows"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue