Skip to content

Commit 59e0fa2

Browse files
committed
tests fixes
1 parent b73c41d commit 59e0fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

castai/resource_aks_cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ func TestAccAKS_ResourceAKSCluster(t *testing.T) {
473473
resource.TestCheckResourceAttr(nodeConfResourceName, "eks.#", "0"),
474474
resource.TestCheckResourceAttr(nodeConfResourceName, "kops.#", "0"),
475475
resource.TestCheckResourceAttr(nodeConfResourceName, "gke.#", "0"),
476-
resource.TestCheckResourceAttr(nodeConfResourceName, "aks.0.ephemeral_os_disk.placement", "unspecified"),
476+
resource.TestCheckResourceAttrSet(nodeConfResourceName, "aks.0.ephemeral_os_disk"),
477477
),
478478
},
479479
{

0 commit comments

Comments
 (0)