Skip to content

Commit 1367e4c

Browse files
committed
Fixed unit tests.
1 parent 6b3fbdf commit 1367e4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/unitary/default_setup/pipeline/test_pipeline.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)