Skip to content

Commit

Permalink
tests: revert non empty plan change
Browse files Browse the repository at this point in the history
  • Loading branch information
gersonsosa committed Nov 25, 2024
1 parent 2870f1d commit 5577f7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ec/acc/deployment_basic_defaults_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ func TestAccDeployment_basic_defaults_first(t *testing.T) {
},
{
// Add an APM resource size.
Config: secondConfigCfg,
ExpectNonEmptyPlan: true,
Config: secondConfigCfg,
Check: resource.ComposeAggregateTestCheckFunc(
// changed
resource.TestCheckResourceAttr(resName, "elasticsearch.hot.size", "8g"),
Expand Down

0 comments on commit 5577f7a

Please sign in to comment.