We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814a9ee commit c2e172cCopy full SHA for c2e172c
astroquery/alma/tests/test_alma_remote.py
@@ -72,7 +72,7 @@ def test_stage_data(self, temp_dir):
72
73
result = alma.stage_data([uid])
74
75
- assert os.path.split(result['URL'][0]) == 'uid___A002_X47ed8e_X6c.asdm.sdm.tar'
+ assert os.path.split(result['URL'][0])[1] == 'uid___A002_X47ed8e_X6c.asdm.sdm.tar'
76
77
def test_doc_example(self, temp_dir):
78
alma = Alma()
0 commit comments