Unverified Commit b4bcfc9f authored by mvdbeek's avatar mvdbeek
Browse files

Fix wrong id in test_combined_mapping_and_subcollection_mapping

We weren't actually testing what we thought we did here ...
parent 3a036517
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2366,7 +2366,7 @@ class TestToolsApi(ApiTestCase, TestsTools):
            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,