Skip to content

Commit

Permalink
test failure in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibaratta committed Nov 12, 2023
1 parent 61af73c commit 91e5b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/suites/simple/simple.bats
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ teardown() {
run "/code/terraapprove" "${BATS_TEST_TMPDIR}" "${BATS_TEST_TMPDIR}/test.tfplan.json"

# Expect
[ "$status" -eq 1 ]
[ "$status" -eq 0 ]
}

0 comments on commit 91e5b04

Please sign in to comment.