Skip to content

Commit 15bc141

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
EUCLIDPCR-1863 Fix parameter in test
1 parent a13136a commit 15bc141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/esa/euclid/tests/test_sastap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def test_get_product_list():
322322
conn_handler.set_default_response(responseLaunchJob)
323323

324324
tap = EuclidClass(tap_plus_conn_handler=conn_handler, datalink_handler=tap_plus, show_server_messages=False)
325-
results = tap.get_product_list(observation_id='13', product_type='observation')
325+
results = tap.get_product_list(observation_id='13', product_type='DpdMerBksMosaic')
326326
# results
327327
assert results is not None, "Expected a valid table"
328328

0 commit comments

Comments
 (0)