We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74c171 commit 750fcdcCopy full SHA for 750fcdc
astroquery/utils/tap/tests/test_tap.py
@@ -635,6 +635,8 @@ def test_datalink():
635
responseResultsJob.set_data(method='GET', body=TEST_DATA["job_1.vot"])
636
req = "links?ID=1,2"
637
conn_handler.set_response(req, responseResultsJob)
638
+ req = "links?ID=1&OPTIONS=METADATA"
639
+ conn_handler.set_response(req, responseResultsJob)
640
641
# error
642
responseResultsJob.set_status_code(500)
0 commit comments