From c617e1769ea27e045b0f2907ef49a9a1244e577d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 19 Nov 2021 15:13:17 -0800 Subject: [PATCH] Fixed test I broke with new repr() in ##1519 --- tests/test_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plugins.py b/tests/test_plugins.py index c9ff6edb43..697a6b32ab 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -463,7 +463,7 @@ def test_hook_register_output_renderer_all_parameters(app_client): "query_name": None, "database": "fixtures", "table": "facetable", - "request": "", + "request": '', "view_name": "table", "1+1": 2, }