Skip to content

Commit

Permalink
Fix broken functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Mar 1, 2018
1 parent 1c96ab5 commit 551214f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suite.bats
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ EOF
assert_has_line "${STACKER_NAMESPACE}-dependent-rollback-parent: submitted (rolling back new stack)"
assert_has_line "${STACKER_NAMESPACE}-dependent-rollback-parent: failed (rolled back new stack)"
assert_has_line "${STACKER_NAMESPACE}-dependent-rollback-child: failed (dependency has failed)"
assert_has_line "The following stacks failed: dependent-rollback-parent, dependent-rollback-child"
assert_has_line "The following stacks failed: ${STACKER_NAMESPACE}-dependent-rollback-parent, ${STACKER_NAMESPACE}-dependent-rollback-child"
}

@test "stacker build - raw template" {
Expand Down

0 comments on commit 551214f

Please sign in to comment.