Skip to content

Commit ad5affb

Browse files
WillAydjorisvandenbossche
authored andcommitted
TST: Updated URL for spam test (#20689)
1 parent 0e42a99 commit ad5affb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: pandas/tests/io/test_html.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@ def test_banklist_url(self):
9999

100100
assert_framelist_equal(df1, df2)
101101

102-
@pytest.mark.xfail(reason="no tables found: gh-20685")
103102
@network
104103
def test_spam_url(self):
105-
url = ('http://ndb.nal.usda.gov/ndb/foods/show/1732?fg=&man=&'
104+
url = ('http://ndb.nal.usda.gov/ndb/foods/show/300772?fg=&man=&'
106105
'lfacet=&format=&count=&max=25&offset=&sort=&qlookup=spam')
107106
df1 = self.read_html(url, '.*Water.*')
108107
df2 = self.read_html(url, 'Unit')

0 commit comments

Comments
 (0)