Skip to content

Commit b39e2a2

Browse files
committed
Use raw json template, instead of yaml
1 parent fdc433a commit b39e2a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/suite.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ EOF
721721
namespace: ${STACKER_NAMESPACE}
722722
stacks:
723723
- name: vpc
724-
template_path: ../stacker/tests/fixtures/cfn_template.yaml
724+
template_path: ../stacker/tests/fixtures/cfn_template.json
725725
variables:
726726
Param1: foobar
727727
EOF
@@ -732,7 +732,7 @@ EOF
732732
namespace: ${STACKER_NAMESPACE}
733733
stacks:
734734
- name: vpc
735-
template_path: ../stacker/tests/fixtures/cfn_template.yaml
735+
template_path: ../stacker/tests/fixtures/cfn_template.json
736736
variables:
737737
Param1: newbar
738738
EOF

0 commit comments

Comments
 (0)