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 @@ -123,7 +123,7 @@ def test_to_html_compat(self):
123
123
124
124
@tm .network
125
125
def test_banklist_url_positional_match (self ):
126
- url = "http ://www.fdic.gov/bank/individual/failed/banklist.html"
126
+ url = "https ://www.fdic.gov/bank/individual/failed/banklist.html"
127
127
# Passing match argument as positional should cause a FutureWarning.
128
128
with tm .assert_produces_warning (FutureWarning ):
129
129
df1 = self .read_html (
@@ -136,7 +136,7 @@ def test_banklist_url_positional_match(self):
136
136
137
137
@tm .network
138
138
def test_banklist_url (self ):
139
- url = "http ://www.fdic.gov/bank/individual/failed/banklist.html"
139
+ url = "https ://www.fdic.gov/bank/individual/failed/banklist.html"
140
140
df1 = self .read_html (
141
141
url , match = "First Federal Bank of Florida" , attrs = {"id" : "table" }
142
142
)
You can’t perform that action at this time.
0 commit comments