Skip to content

Commit

Permalink
✅ fix params list in test. #43
Browse files Browse the repository at this point in the history
  • Loading branch information
perillaroc committed Sep 13, 2022
1 parent 8c1cd97 commit 909cbb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/core/parameter/test_parameter_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def test_get_flow1_task1_parameters(simple_bunch, simple_flow):
"TAKLER_HOME",
"HH",
"FORECAST_INTERVAL",
"DATE",
"TIME",

# bunch
"TAKLER_HOST",
Expand Down Expand Up @@ -104,6 +106,8 @@ def test_get_flow1_task3_parameters(simple_bunch, simple_flow):
"TAKLER_HOME",
"HH",
"FORECAST_INTERVAL",
"DATE",
"TIME",

# bunch
"TAKLER_HOST",
Expand Down

0 comments on commit 909cbb4

Please sign in to comment.