Skip to content

Commit

Permalink
remove forcenew paramter steps
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Nov 4, 2024
1 parent 474f00e commit d7ed6c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/services/policy/policy_definition_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,6 @@ func TestAccAzureRMPolicyDefinition_removeParameter(t *testing.T) {
),
},
data.ImportStep(),
{
Config: r.basic(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).ExistsInAzure(r),
),
},
data.ImportStep(),
})
}

Expand Down

0 comments on commit d7ed6c9

Please sign in to comment.