@@ -6268,7 +6268,7 @@ def test_run_build_list_hide_collection_output(self):
62686268 history_id , hid = 3 , wait = True , assert_ok = True
62696269 )
62706270 assert details1 ["elements" ][0 ]["object" ]["visible" ] is False
6271- assert details1 ["name" ] == "dataset 1 (as list)" , details1
6271+ assert details1 ["name" ] == "data 1 (as list)" , details1
62726272 assert details1 ["visible" ] is False
62736273
62746274 @skip_without_tool ("__BUILD_LIST__" )
@@ -6303,7 +6303,7 @@ def test_run_build_list_delete_intermediate_collection_output(self):
63036303 history_id , hid = 3 , wait = True , assert_ok = True
63046304 )
63056305 assert details1 ["elements" ][0 ]["object" ]["visible" ] is False
6306- assert details1 ["name" ] == "dataset 1 (as list)" , details1
6306+ assert details1 ["name" ] == "data 1 (as list)" , details1
63076307 # FIXME: this doesn't work because the workflow is still being scheduled
63086308 # TODO: Implement a way to run PJAs that couldn't be run during/after the job
63096309 # after the workflow has run to completion
@@ -6348,7 +6348,7 @@ def test_run_build_list_change_datatype_collection_output(self):
63486348 details1 = self .dataset_populator .get_history_collection_details (
63496349 history_id , hid = 3 , wait = True , assert_ok = True
63506350 )
6351- assert details1 ["name" ] == "dataset 1 (as list)" , details1
6351+ assert details1 ["name" ] == "data 1 (as list)" , details1
63526352 assert details1 ["elements" ][0 ]["object" ]["visible" ] is False
63536353 assert details1 ["elements" ][0 ]["object" ]["file_ext" ] == "txt"
63546354 details2 = self .dataset_populator .get_history_collection_details (
0 commit comments