Skip to content

Commit

Permalink
Merge pull request #19481 from mvdbeek/fix_test_combined_mapping_and_…
Browse files Browse the repository at this point in the history
…subcollection_mapping

Fix wrong id in test_combined_mapping_and_subcollection_mapping
  • Loading branch information
mvdbeek authored Jan 30, 2025
2 parents 0f12ceb + b4bcfc9 commit dd8f409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy_test/api/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd8f409

Please sign in to comment.