Updated test, refs #1890

pull/1898/head
Simon Willison 2022-11-15 19:04:24 -08:00
rodzic eac028d3f7
commit 6f610e1d94
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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