We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bac008 commit ed21736Copy full SHA for ed21736
pandas/io/tests/parser/test_network.py
@@ -30,7 +30,7 @@ def test_url_gz(self):
30
31
@tm.network
32
def test_url_gz_infer(self):
33
- url = 'https://s3.amazonaws.com/pandas-test/salaries.csv.gz'
+ url = 'https://s3.amazonaws.com/pandas-test/salary.table.gz'
34
url_table = read_table(url, compression="infer", engine="python")
35
tm.assert_frame_equal(url_table, self.local_table)
36
0 commit comments