Skip to content

Commit

Permalink
Fix semgrep 'ci.semgrep.acctest.checks-with-expecterror'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jan 9, 2025
1 parent ca79330 commit 10e2736
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/service/ecs/task_definition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1671,9 +1671,6 @@ func TestAccECSTaskDefinition_Volume_detectChangeInConfigureAtLaunch(t *testing.
},
{
Config: testAccTaskDefinitionConfig_volumeConfigureAtLaunch(rName, true),
Check: resource.ComposeAggregateTestCheckFunc(
testAccCheckTaskDefinitionExists(ctx, resourceName, &def),
),
ConfigPlanChecks: resource.ConfigPlanChecks{
PreApply: []plancheck.PlanCheck{
plancheck.ExpectResourceAction(resourceName, plancheck.ResourceActionDestroyBeforeCreate),
Expand Down

0 comments on commit 10e2736

Please sign in to comment.