Skip to content

Commit

Permalink
Fixed test I broke with new repr() in ##1519
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 19, 2021
1 parent c76bbd4 commit c617e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit c617e17

Please sign in to comment.