Fixed test I broke with new repr() in ##1519

link-rel-alternate-header
Simon Willison 2021-11-19 15:13:17 -08:00
rodzic c76bbd4066
commit c617e1769e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,
}