diff --git a/lib/galaxy_test/api/test_tools.py b/lib/galaxy_test/api/test_tools.py index 130b9c9c91a0..45dce711e154 100644 --- a/lib/galaxy_test/api/test_tools.py +++ b/lib/galaxy_test/api/test_tools.py @@ -2366,7 +2366,7 @@ def test_combined_mapping_and_subcollection_mapping(self): create_response = self.dataset_collection_populator.create_list_in_history( history_id, contents=["xxx\n", "yyy\n"], wait=True ) - list_id = create_response.json()["outputs"][0]["id"] + list_id = create_response.json()["output_collections"][0]["id"] inputs = { "f1": { "batch": True,