Skip to content

Commit

Permalink
remove forcenew paramter steps (#27871)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 authored Nov 4, 2024
1 parent ab8cca5 commit b6ee744
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 b6ee744

Please sign in to comment.