Skip to content

Commit

Permalink
GAIAPCR-1317 Update function load_data_monkeypatched du to the latest…
Browse files Browse the repository at this point in the history
… changed done in the default value of the parameter format in the function load_data
  • Loading branch information
Jorge Fernandez Hernandez authored and Jorge Fernandez Hernandez committed Apr 6, 2024
1 parent 64c8a9a commit 8084c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/gaia/tests/test_gaiatap.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def load_data_monkeypatched(self, params_dict, output_file, verbose):
assert params_dict == {
"VALID_DATA": "true",
"ID": "1,2,3,4",
"FORMAT": "votable_gzip",
"FORMAT": "votable",
"RETRIEVAL_TYPE": "epoch_photometry",
"DATA_STRUCTURE": "INDIVIDUAL",
"USE_ZIP_ALWAYS": "true"}
Expand Down

0 comments on commit 8084c7d

Please sign in to comment.