Skip to content

Commit

Permalink
[test/terraform] plan should accept changes (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Jun 13, 2019
1 parent ffda33b commit 79dfc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/terraform/plan.bats
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ function teardown() {
skip_unless_terraform
run terraform plan
log "$output"
[ $status -eq 0 ]
[ $status -eq 0 ] || [ $status -eq 2 ]
}

0 comments on commit 79dfc20

Please sign in to comment.