Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu committed Apr 19, 2024
1 parent 104e71b commit 9b87aa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/resources/resource_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ func TestAcc_ResourceClusterWithDedicatedDeployments(t *testing.T) {
resource.TestCheckResourceAttr(awsResourceVar, "cloud_provider", "AWS"),
resource.TestCheckResourceAttr(awsResourceVar, "db_instance_type", "db.m6g.large"),
resource.TestCheckResourceAttrSet(awsResourceVar, "vpc_subnet_range"),
resource.TestCheckNoResourceAttr(gcpResourceVar, "pod_subnet_range"),
resource.TestCheckNoResourceAttr(gcpResourceVar, "service_peering_range"),
resource.TestCheckNoResourceAttr(gcpResourceVar, "service_subnet_range"),
resource.TestCheckResourceAttr(awsResourceVar, "workspace_ids.#", "0"),

// Check via API that cluster exists
Expand Down

0 comments on commit 9b87aa5

Please sign in to comment.