Skip to content

Commit 0b7c2d5

Browse files
meeseeksmachinejorisvandenbossche
authored andcommitted
Backport PR #28710: CI Failing: TestReadHtml.test_spam_url #28708 (#28716)
1 parent 81fe56a commit 0b7c2d5

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
@@ -134,8 +134,8 @@ def test_banklist_url(self):
134134
@network
135135
def test_spam_url(self):
136136
url = (
137-
"http://ndb.nal.usda.gov/ndb/foods/show/300772?fg=&man=&"
138-
"lfacet=&format=&count=&max=25&offset=&sort=&qlookup=spam"
137+
"https://raw.githubusercontent.com/pandas-dev/pandas/master/"
138+
"pandas/tests/io/data/spam.html"
139139
)
140140
df1 = self.read_html(url, ".*Water.*")
141141
df2 = self.read_html(url, "Unit")

0 commit comments

Comments
 (0)