Skip to content

Commit 4fdc765

Browse files
committed
Change default alma testing site
1 parent 5bc3347 commit 4fdc765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def alma(request):
4040
"""
4141
alma = Alma()
4242
alma_site = request.config.getoption('--alma-site',
43-
'almascience.org')
43+
'almascience.eso.org')
4444
alma.archive_url = 'https://{}'.format(alma_site)
4545
return alma
4646

astroquery/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def pytest_addoption(parser):
5353
parser.addoption(
5454
'--alma-site',
5555
action='store',
56-
default='almascience.org',
56+
default='almascience.eso.org',
5757
help='ALMA site (almascience.nrao.edu, almascience.eso.org or '
5858
'almascience.nao.ac.jp for example)'
5959
)

0 commit comments

Comments
 (0)