Skip to content

Commit

Permalink
Fix wrong id in test_combined_mapping_and_subcollection_mapping
Browse files Browse the repository at this point in the history
We weren't actually testing what we thought we did here ...
  • Loading branch information
mvdbeek committed Jan 29, 2025
1 parent 3a03651 commit b4bcfc9
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 b4bcfc9

Please sign in to comment.