mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Updated test, refs #1890
This commit is contained in:
parent
b470ab5c41
commit
b35522c6dd
1 changed files with 2 additions and 2 deletions
|
|
@ -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&foreign_key_with_blank_label=3">'
|
'<li><a href="http://localhost/fixtures/foreign_key_references?_facet=foreign_key_with_blank_label&foreign_key_with_blank_label=3"'
|
||||||
"-</a> 1</li>"
|
' data-facet-value="3">-</a> 1</li>'
|
||||||
) in response.text
|
) in response.text
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue