File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
tests/unitary/default_setup/pipeline Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -333,6 +333,11 @@ def test_pipeline_define(self):
333333 "name" : "TestPipelineStepOne" ,
334334 "jobId" : "TestJobIdOne" ,
335335 "description" : "Test description one" ,
336+ "commandLineArguments" : "ARGUMENT --KEY VALUE" ,
337+ "environmentVariables" : {
338+ "ENV" : "VALUE"
339+ },
340+ "maximumRuntimeInMinutes" : 20
336341 },
337342 },
338343 {
@@ -1060,6 +1065,11 @@ def test_pipeline_to_dict(self):
10601065 "name" : "TestPipelineStepOne" ,
10611066 "jobId" : "TestJobIdOne" ,
10621067 "description" : "Test description one" ,
1068+ "commandLineArguments" : "ARGUMENT --KEY VALUE" ,
1069+ "environmentVariables" : {
1070+ "ENV" : "VALUE"
1071+ },
1072+ "maximumRuntimeInMinutes" : 20
10631073 },
10641074 },
10651075 {
You can’t perform that action at this time.
0 commit comments