Skip to content

Commit f23a9eb

Browse files
committed
BUG: fix raw path to github raw data file
1 parent af5eb53 commit f23a9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/test_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ def test_url(self):
12061206
try:
12071207
# HTTP(S)
12081208
url = ('https://raw.github.com/pydata/pandas/master/'
1209-
'pandas/io/tests/salary.table')
1209+
'pandas/io/tests/data/salary.table')
12101210
url_table = self.read_table(url)
12111211
dirpath = tm.get_data_path()
12121212
localtable = os.path.join(dirpath, 'salary.table')

0 commit comments

Comments
 (0)