Skip to content

Commit f9944a9

Browse files
committed
Fix unit tests
1 parent f1711f2 commit f9944a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test_sections.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def test_sections():
7373
"debug": False,
7474
"dry_run": False,
7575
"environment_commands": "",
76+
"environment_commands_secondary": "",
7677
"fail_on_dependency_skip": False,
7778
"frequency": "monthly",
7879
"grid": "",
@@ -135,6 +136,7 @@ def test_sections():
135136
"dpf": 30,
136137
"dry_run": False,
137138
"environment_commands": "",
139+
"environment_commands_secondary": "",
138140
"extra_vars": "",
139141
"fail_on_dependency_skip": False,
140142
"frequency": "monthly",
@@ -198,6 +200,7 @@ def test_sections():
198200
"debug": False,
199201
"dry_run": False,
200202
"environment_commands": "",
203+
"environment_commands_secondary": "",
201204
"exclude": False,
202205
"fail_on_dependency_skip": False,
203206
"frequency": "monthly",
@@ -263,6 +266,7 @@ def test_subsections():
263266
"debug": False,
264267
"dry_run": False,
265268
"environment_commands": "",
269+
"environment_commands_secondary": "",
266270
"fail_on_dependency_skip": False,
267271
"frequency": "monthly",
268272
"grid": "",
@@ -341,6 +345,7 @@ def test_subsections():
341345
"dpf": 30,
342346
"dry_run": False,
343347
"environment_commands": "",
348+
"environment_commands_secondary": "",
344349
"extra_vars": "",
345350
"fail_on_dependency_skip": False,
346351
"frequency": "monthly",
@@ -389,6 +394,7 @@ def test_subsections():
389394
"dpf": 30,
390395
"dry_run": False,
391396
"environment_commands": "",
397+
"environment_commands_secondary": "",
392398
"extra_vars": "",
393399
"fail_on_dependency_skip": False,
394400
"frequency": "monthly",
@@ -468,6 +474,7 @@ def test_subsections():
468474
"debug": False,
469475
"dry_run": False,
470476
"environment_commands": "",
477+
"environment_commands_secondary": "",
471478
"exclude": False,
472479
"fail_on_dependency_skip": False,
473480
"frequency": "monthly",
@@ -513,6 +520,7 @@ def test_subsections():
513520
"debug": False,
514521
"dry_run": False,
515522
"environment_commands": "",
523+
"environment_commands_secondary": "",
516524
"exclude": False,
517525
"fail_on_dependency_skip": False,
518526
"frequency": "monthly",

0 commit comments

Comments
 (0)