Skip to content

Commit 3ccf01b

Browse files
committed
fix local test urls
1 parent 1f7862c commit 3ccf01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/eso/tests/test_eso.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
def data_path(filename):
1111
return os.path.join(DATA_DIR, filename)
1212

13-
DATA_FILES = {'GET': {'http://archive.eso.org/wdb/wdb/asm/amber/form':
13+
DATA_FILES = {'GET': {'http://archive.eso.org/wdb/wdb/eso/amber/form':
1414
'amber_form.html',
1515
'http://archive.eso.org/wdb/wdb/adp/phase3_main/form':
1616
'vvv_sgra_form.html',
1717
},
18-
'POST': {'http://archive.eso.org/wdb/wdb/asm/amber/query':
18+
'POST': {'http://archive.eso.org/wdb/wdb/eso/amber/query':
1919
'amber_sgra_query.tbl',
2020
'http://archive.eso.org/wdb/wdb/adp/phase3_main/query':
2121
'vvv_sgra_survey_response.tbl',

0 commit comments

Comments
 (0)