Skip to content

Commit 3a761a0

Browse files
committed
use the test server (temporary)
1 parent 7325d75 commit 3a761a0

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
@@ -24,7 +24,8 @@
2424
class TestAlma:
2525

2626
def setup_class(cls):
27-
pass
27+
# new test server
28+
Alma.archive_url = "https://2016-03.asa-test.alma.cl/aq/"
2829
# starting somewhere between Nov 2015 and Jan 2016, the beta server
2930
# stopped serving the actual data, making all staging attempts break
3031
#Alma.archive_url = 'http://beta.cadc-ccda.hia-iha.nrc-cnrc.gc.ca'

0 commit comments

Comments
 (0)