We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fe56a commit 0b7c2d5Copy full SHA for 0b7c2d5
pandas/tests/io/test_html.py
@@ -134,8 +134,8 @@ def test_banklist_url(self):
134
@network
135
def test_spam_url(self):
136
url = (
137
- "http://ndb.nal.usda.gov/ndb/foods/show/300772?fg=&man=&"
138
- "lfacet=&format=&count=&max=25&offset=&sort=&qlookup=spam"
+ "https://raw.githubusercontent.com/pandas-dev/pandas/master/"
+ "pandas/tests/io/data/spam.html"
139
)
140
df1 = self.read_html(url, ".*Water.*")
141
df2 = self.read_html(url, "Unit")
0 commit comments