Skip to content

Commit

Permalink
feat(tests): fix unrelated test failure #394
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutchison committed Dec 28, 2024
1 parent 5fc7675 commit db231e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cf/test_e2e/test_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def test_constructor(template_dir, default_params):

assert stack.config.config.project.regions[0] == "us-east-1"

assert stack.config.config.project.parameters == {}
# Assert either empty or None at the start
assert not stack.config.config.project.parameters

stack = Stack(str(template))

Expand Down

0 comments on commit db231e7

Please sign in to comment.