Skip to content

Commit 248ff4d

Browse files
committed
Fix fixture usage for remote test
1 parent 6834ef9 commit 248ff4d

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
@@ -652,6 +652,6 @@ def test_big_download_regression(alma):
652652

653653

654654
@pytest.mark.remote_data
655-
def test_download_html_file():
655+
def test_download_html_file(alma):
656656
result = alma.download_files(['https://almascience.nao.ac.jp/dataPortal/member.uid___A001_X1284_X1353.qa2_report.html'])
657657
assert result

0 commit comments

Comments
 (0)