Skip to content

Commit

Permalink
minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Sep 18, 2023
1 parent f0a57c4 commit 751c379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/acceptance/tests/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func TestBasic(t *testing.T) {
Vars: tfVars,
NoColor: true,
})
terraform.Init(t, setupTerraformOptions)
_, err := terraform.PlanE(t, setupTerraformOptions)
require.Error(t, err)
// error messages are wrapped, so a space may turn into a newline.
Expand Down

0 comments on commit 751c379

Please sign in to comment.