Skip to content

Commit 867875d

Browse files
committed
don't use the test server; it has no help page
1 parent 3a761a0 commit 867875d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class TestAlma:
2525

2626
def setup_class(cls):
2727
# new test server
28-
Alma.archive_url = "https://2016-03.asa-test.alma.cl/aq/"
28+
# this server seems not to serve a help page?
29+
# Alma.archive_url = "https://2016-03.asa-test.alma.cl/aq/"
2930
# starting somewhere between Nov 2015 and Jan 2016, the beta server
3031
# stopped serving the actual data, making all staging attempts break
3132
#Alma.archive_url = 'http://beta.cadc-ccda.hia-iha.nrc-cnrc.gc.ca'

0 commit comments

Comments
 (0)