From 6aa516d82dea9885cb4db8d56ec2ccfd4cd9b840 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 25 Mar 2020 19:31:22 -0700 Subject: [PATCH] Run base_url tests against /fixtures/facetable too, refs #712 --- tests/test_html.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_html.py b/tests/test_html.py index 39064033..8df946d5 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -1168,6 +1168,7 @@ def test_metadata_sort_desc(app_client): "/fixtures/compound_three_primary_keys", "/fixtures/compound_three_primary_keys/a,a,a", "/fixtures/paginated_view", + "/fixtures/facetable", ], ) def test_base_url_config(base_url, path):