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
eac028d3f7
commit
6f610e1d94
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 (
|
||||
'<li><a href="http://localhost/fixtures/foreign_key_references?_facet=foreign_key_with_blank_label&foreign_key_with_blank_label=3">'
|
||||
"-</a> 1</li>"
|
||||
'<li><a href="http://localhost/fixtures/foreign_key_references?_facet=foreign_key_with_blank_label&foreign_key_with_blank_label=3"'
|
||||
' data-facet-value="3">-</a> 1</li>'
|
||||
) in response.text
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue