Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Sep 2, 2024
1 parent 17305be commit 101f534
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/acceptance/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"testing"

"github.com/hashicorp/terraform-plugin-testing/helper/resource"
"github.com/hashicorp/terraform-plugin-testing/terraform"
)

func TestAccClusterResource_CreateClusterWithLibraries(t *testing.T) {
Expand Down Expand Up @@ -169,13 +168,6 @@ func TestAccClusterResource_WorkloadType(t *testing.T) {
resource.TestCheckResourceAttr("databricks_cluster.this", "workload_type.0.clients.0.jobs", "true"),
resource.TestCheckResourceAttr("databricks_cluster.this", "workload_type.0.clients.0.notebooks", "true"),
),
}, step{
Template: testAccClusterResourceWorkloadTypeTemplate(`
workload_type { }`),
Check: resource.ComposeAggregateTestCheckFunc(
resource.TestCheckResourceAttr("databricks_cluster.this", "workload_type.0.clients.0.jobs", "true"),
resource.TestCheckResourceAttr("databricks_cluster.this", "workload_type.0.clients.0.notebooks", "true"),
),
}, step{
Template: testAccClusterResourceWorkloadTypeTemplate(``),
Check: resource.ComposeAggregateTestCheckFunc(
Expand Down

0 comments on commit 101f534

Please sign in to comment.