Skip to content

Commit

Permalink
test: Fix k8s clusters import test (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeatcu-ionos authored Dec 21, 2023
1 parent e35a475 commit 78f8389
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ionoscloud/import_k8s_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ func TestAcck8sClusterImportBasic(t *testing.T) {
Config: testAccCheckK8sClusterConfigBasic,
},
{
ResourceName: constant.K8sClusterResource + "." + constant.K8sClusterTestResource,
ImportStateIdFunc: testAccK8sClusterImportStateId,
ImportState: true,
ImportStateVerify: true,
ResourceName: constant.K8sClusterResource + "." + constant.K8sClusterTestResource,
ImportStateIdFunc: testAccK8sClusterImportStateId,
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"allow_replace"},
},
},
})
Expand Down

0 comments on commit 78f8389

Please sign in to comment.