mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed test I broke with new repr() in ##1519
This commit is contained in:
parent
c76bbd4066
commit
c617e1769e
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ def test_hook_register_output_renderer_all_parameters(app_client):
|
|||
"query_name": None,
|
||||
"database": "fixtures",
|
||||
"table": "facetable",
|
||||
"request": "<datasette.utils.asgi.Request object at 0xXXX>",
|
||||
"request": '<asgi.Request method="GET" url="http://localhost/fixtures/facetable.testall">',
|
||||
"view_name": "table",
|
||||
"1+1": 2,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue