Skip to content

Commit

Permalink
test both
Browse files Browse the repository at this point in the history
  • Loading branch information
lourens-octopus committed Dec 9, 2024
1 parent 842adb4 commit a42669e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions octopusdeploy_framework/resource_git_trigger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ func TestAccOctopusDeployGitTrigger(t *testing.T) {
PreCheck: func() { TestAccPreCheck(t) },
ProtoV6ProviderFactories: ProtoV6ProviderFactories(),
Steps: []resource.TestStep{
//{
// Config: testGitTriggerBasic(createData, localName),
// Check: testAssertGitTriggerAttributes(createData, prefix),
//},
{
Config: testGitTriggerBasic(createData, localName),
Check: testAssertGitTriggerAttributes(createData, prefix),
},
{
Config: testGitTriggerBasic(updateData, localName),
Check: testAssertGitTriggerAttributes(updateData, prefix),
Expand Down

0 comments on commit a42669e

Please sign in to comment.