Skip to content

Commit d7b04e4

Browse files
committed
comma fix - minor
1 parent d5c724e commit d7b04e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

astroquery/alma/tests/test_alma.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ def data_path(filename):
1919
'http://almascience.eso.org/rh/submission/d45d0552-8479-4482-9833-fecdef3f8b90':
2020
'staging_submission.html',
2121
'http://almascience.eso.org/aq/':
22-
'querypage.html'
22+
'querypage.html',
23+
'http://almascience.eso.org/aq/validate':
24+
'empty.html'
2325
},
2426
'POST': {'http://almascience.eso.org/rh/submission':
2527
'initial_response.html'}

0 commit comments

Comments
 (0)