Skip to content

Commit

Permalink
Modify service mock return to reflect arcseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Jun 28, 2024
1 parent faba68f commit 2a5156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/mast/tests/test_mast.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def service_mockreturn(self, method="POST", url=None, data=None, timeout=10, use
filename = data_path(DATA_FILES['z_survey'])
else:
filename = data_path(DATA_FILES['z_cutout_fit'])
elif use_json and data['radius'] == 5:
elif use_json and data['radius'] == 300:
filename = data_path(DATA_FILES["mission_incorrect_results"])
elif use_json:
filename = data_path(DATA_FILES["mission_search_results"])
Expand Down

0 comments on commit 2a5156b

Please sign in to comment.