Skip to content

Commit 2a5156b

Browse files
committed
Modify service mock return to reflect arcseconds
1 parent faba68f commit 2a5156b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/tests/test_mast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def service_mockreturn(self, method="POST", url=None, data=None, timeout=10, use
119119
filename = data_path(DATA_FILES['z_survey'])
120120
else:
121121
filename = data_path(DATA_FILES['z_cutout_fit'])
122-
elif use_json and data['radius'] == 5:
122+
elif use_json and data['radius'] == 300:
123123
filename = data_path(DATA_FILES["mission_incorrect_results"])
124124
elif use_json:
125125
filename = data_path(DATA_FILES["mission_search_results"])

0 commit comments

Comments
 (0)