Skip to content

Commit 579c600

Browse files
authored
Fix tests with lxml 6. (#133)
1 parent 34d4e06 commit 579c600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
# Link with recognized parameters
535535
*(
536536
(
537-
f"""<a href="https://example.com/search?{prefix}{q}=example{suffix}""".encode(),
537+
f"""<a href="https://example.com/search?{prefix}{q}=example{suffix}">""".encode(),
538538
{"search_request_builders": ["link_heuristics"]},
539539
{
540540
"url": f"https://example.com/search?{prefix}{q}={{{{ query|quote_plus }}}}{suffix}"

0 commit comments

Comments
 (0)