Skip to content

Commit 7015e0b

Browse files
ladyyviiNico Cernek
authored and
Nico Cernek
committed
CI Failing: TestReadHtml.test_spam_url pandas-dev#28708 (pandas-dev#28710)
1 parent e183ba5 commit 7015e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/io/test_html.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def test_banklist_url(self):
135135
@network
136136
def test_spam_url(self):
137137
url = (
138-
"http://ndb.nal.usda.gov/ndb/foods/show/300772?fg=&man=&"
139-
"lfacet=&format=&count=&max=25&offset=&sort=&qlookup=spam"
138+
"https://raw.githubusercontent.com/pandas-dev/pandas/master/"
139+
"pandas/tests/io/data/spam.html"
140140
)
141141
df1 = self.read_html(url, ".*Water.*")
142142
df2 = self.read_html(url, "Unit")

0 commit comments

Comments
 (0)