Skip to content

Commit a80c138

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIASWRQ-25 Fix tests due to the last changes in method cross_match_stream
1 parent 3442e97 commit a80c138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/esa/euclid/tests/test_euclidtap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def test_load_table():
272272
responseLaunchJob = DummyResponse(200)
273273
responseLaunchJob.set_data(method='GET', context=None, body=TABLE_DATA, headers=None)
274274

275-
table = 'my_table'
275+
table = 'schema.my_table'
276276
conn_handler.set_response(f"tables?tables={table}", responseLaunchJob)
277277
tap = EuclidClass(tap_plus_conn_handler=conn_handler, datalink_handler=tap_plus, show_server_messages=False)
278278

0 commit comments

Comments
 (0)