Skip to content

Commit

Permalink
Fixed unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-ohai committed Sep 12, 2023
1 parent 6b3fbdf commit 1367e4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/unitary/default_setup/pipeline/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ def test_pipeline_define(self):
"name": "TestPipelineStepOne",
"jobId": "TestJobIdOne",
"description": "Test description one",
"commandLineArguments": "ARGUMENT --KEY VALUE",
"environmentVariables": {
"ENV": "VALUE"
},
"maximumRuntimeInMinutes": 20
},
},
{
Expand Down Expand Up @@ -1060,6 +1065,11 @@ def test_pipeline_to_dict(self):
"name": "TestPipelineStepOne",
"jobId": "TestJobIdOne",
"description": "Test description one",
"commandLineArguments": "ARGUMENT --KEY VALUE",
"environmentVariables": {
"ENV": "VALUE"
},
"maximumRuntimeInMinutes": 20
},
},
{
Expand Down

0 comments on commit 1367e4c

Please sign in to comment.