Skip to content

Commit

Permalink
test with destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
lourens-octopus committed Dec 8, 2024
1 parent d00d227 commit 264b18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy_framework/resource_git_trigger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func TestAccOctopusDeployGitTrigger(t *testing.T) {
//}

resource.Test(t, resource.TestCase{
CheckDestroy: func(s *terraform.State) error { return testGitTriggerCheckDestroy(s) },
PreCheck: func() { TestAccPreCheck(t) },
ProtoV6ProviderFactories: ProtoV6ProviderFactories(),
Steps: []resource.TestStep{
Expand Down

0 comments on commit 264b18a

Please sign in to comment.