We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4368e commit 8008d66Copy full SHA for 8008d66
pandas/tests/io/test_html.py
@@ -72,7 +72,7 @@ def test_invalid_flavor():
72
msg = r"\{" + flavor + r"\} is not a valid set of flavors"
73
74
with pytest.raises(ValueError, match=msg):
75
- read_html(url, match="google", flavor=flavor)
+ read_html(url, "google", flavor=flavor)
76
77
78
@td.skip_if_no("bs4")
0 commit comments