Skip to content

Commit ed21736

Browse files
TST: correct url for test file on s3 (xref #14587)
1 parent 6bac008 commit ed21736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/parser/test_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_url_gz(self):
3030

3131
@tm.network
3232
def test_url_gz_infer(self):
33-
url = 'https://s3.amazonaws.com/pandas-test/salaries.csv.gz'
33+
url = 'https://s3.amazonaws.com/pandas-test/salary.table.gz'
3434
url_table = read_table(url, compression="infer", engine="python")
3535
tm.assert_frame_equal(url_table, self.local_table)
3636

0 commit comments

Comments
 (0)