Skip to content

Commit 750fcdc

Browse files
committed
EUCLIDSWRQ-270: Configure response for get_datalinks with metadata option
1 parent b74c171 commit 750fcdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astroquery/utils/tap/tests/test_tap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,8 @@ def test_datalink():
635635
responseResultsJob.set_data(method='GET', body=TEST_DATA["job_1.vot"])
636636
req = "links?ID=1,2"
637637
conn_handler.set_response(req, responseResultsJob)
638+
req = "links?ID=1&OPTIONS=METADATA"
639+
conn_handler.set_response(req, responseResultsJob)
638640

639641
# error
640642
responseResultsJob.set_status_code(500)

0 commit comments

Comments
 (0)