Skip to content

Commit 0828aa2

Browse files
keflavicheerovaher
andauthored
Update astroquery/alma/tests/test_alma_remote.py
Co-authored-by: Eero Vaher <[email protected]>
1 parent 15184d3 commit 0828aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ def test_data_proprietary(self, alma):
149149
with pytest.raises(AttributeError):
150150
alma.is_proprietary('uid://NON/EXI/STING')
151151

152-
def test_retrieve_data(self, temp_dir, alma):
152+
def test_retrieve_data(self, temp_path, alma):
153153
"""
154154
Regression test for issue 2490 (the retrieval step will simply fail if
155155
given a blank line, so all we're doing is testing that it runs)
156156
"""
157-
alma.cache_location = temp_dir
157+
alma.cache_location = temp_path
158158

159159
# small solar TP-only data set (<1 GB)
160160
uid = 'uid://A001/X87c/X572'

0 commit comments

Comments
 (0)