Skip to content

Commit c2e172c

Browse files
committed
fix a remote test
1 parent 814a9ee commit c2e172c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_stage_data(self, temp_dir):
7272

7373
result = alma.stage_data([uid])
7474

75-
assert os.path.split(result['URL'][0]) == 'uid___A002_X47ed8e_X6c.asdm.sdm.tar'
75+
assert os.path.split(result['URL'][0])[1] == 'uid___A002_X47ed8e_X6c.asdm.sdm.tar'
7676

7777
def test_doc_example(self, temp_dir):
7878
alma = Alma()

0 commit comments

Comments
 (0)