diff --git a/internal/acceptance/cluster_test.go b/internal/acceptance/cluster_test.go index f496597ee9..4dad55c9f7 100644 --- a/internal/acceptance/cluster_test.go +++ b/internal/acceptance/cluster_test.go @@ -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) { @@ -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(