Skip to content

Commit

Permalink
TST: correct url for test file on s3 (xref #14587)
Browse files Browse the repository at this point in the history
(cherry picked from commit ed21736)
  • Loading branch information
jorisvandenbossche committed Dec 15, 2016
1 parent 42bc79c commit f1d43a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/tests/parser/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_url_gz(self):

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

Expand Down

0 comments on commit f1d43a4

Please sign in to comment.