File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def test_to_html_compat(self):
137
137
@pytest .mark .xfail (reason = "Html file was removed" )
138
138
@tm .network
139
139
def test_banklist_url_positional_match (self ):
140
- url = "https://www.fdic.gov/bank/individual/failed /banklist.html"
140
+ url = "https://raw.githubusercontent.com/pandas-dev/pandas/master/pandas/tests/io/data/html /banklist.html"
141
141
# Passing match argument as positional should cause a FutureWarning.
142
142
with tm .assert_produces_warning (FutureWarning ):
143
143
df1 = self .read_html (
@@ -151,7 +151,7 @@ def test_banklist_url_positional_match(self):
151
151
@pytest .mark .xfail (reason = "Html file was removed" )
152
152
@tm .network
153
153
def test_banklist_url (self ):
154
- url = "https://www.fdic.gov/bank/individual/failed /banklist.html"
154
+ url = "https://raw.githubusercontent.com/pandas-dev/pandas/master/pandas/tests/io/data/html /banklist.html"
155
155
df1 = self .read_html (
156
156
url , match = "First Federal Bank of Florida" , attrs = {"id" : "table" }
157
157
)
You can’t perform that action at this time.
0 commit comments