Updated test, refs #1890

This commit is contained in:
Simon Willison 2022-11-15 19:04:24 -08:00
commit b35522c6dd

View file

@ -619,8 +619,8 @@ def test_table_html_foreign_key_facets(app_client):
) )
assert response.status == 200 assert response.status == 200
assert ( assert (
'<li><a href="http://localhost/fixtures/foreign_key_references?_facet=foreign_key_with_blank_label&amp;foreign_key_with_blank_label=3">' '<li><a href="http://localhost/fixtures/foreign_key_references?_facet=foreign_key_with_blank_label&amp;foreign_key_with_blank_label=3"'
"-</a> 1</li>" ' data-facet-value="3">-</a> 1</li>'
) in response.text ) in response.text