diff --git a/tests/test_html.py b/tests/test_html.py index 14b07fe2..15ab8d41 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -284,7 +284,7 @@ def test_table_html_foreign_key_links(app_client): '1', '1', 'hello\xa01', - '1' + '1' ] ] assert expected == [[str(td) for td in tr.select('td')] for tr in table.select('tbody tr')]