Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktoras Makauskas committed Feb 20, 2024
1 parent ecdc0c1 commit ec08534
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions castai/resource_node_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"testing"
"time"

"github.com/hashicorp/terraform-plugin-log/tflog"
"github.com/samber/lo"

"github.com/golang/mock/gomock"
Expand Down Expand Up @@ -378,7 +377,6 @@ func TestNodeTemplateResourceDelete_defaultNodeTemplate(t *testing.T) {
}

func TestAccResourceNodeTemplate_basic(t *testing.T) {
tflog.NewSubsystem(context.Background(), "node_template_test")
rName := fmt.Sprintf("%v-node-template-%v", ResourcePrefix, acctest.RandString(8))
resourceName := "castai_node_template.test"
clusterName, _ := lo.Coalesce(os.Getenv("CLUSTER_NAME"), "cost-terraform")
Expand Down

0 comments on commit ec08534

Please sign in to comment.