Skip to content

Commit

Permalink
chore: move runbook test to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn committed Aug 7, 2024
1 parent b21182e commit 31287ca
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package octopusdeploy
package octopusdeploy_framework

import (
"fmt"
"github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework/octoclient"
"github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework/test"
"strings"
"testing"

"github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework/octoclient"
"github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework/test"
)

// TestRunbookResource verifies that a runbook can be reimported with the correct settings
Expand Down

0 comments on commit 31287ca

Please sign in to comment.