Skip to content

Commit

Permalink
fixing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM committed Oct 11, 2023
1 parent 1680793 commit 857ad62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spectrocloud/resource_cluster_eks_flatten_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func TestFlattenClusterConfigsEKS(t *testing.T) {
expected: []interface{}{
map[string]interface{}{
"region": "us-west-2",
"private_access_cidrs": []string{},
"public_access_cidrs": []string{"0.0.0.0/0"},
"az_subnets": map[string]string{"subnet-12345678": "subnet-87654321"},
"encryption_config_arn": "arn:aws:kms:us-west-2:123456789012:key/abcd1234-a123-456a-a12b-a123b4cd56ef",
Expand Down

0 comments on commit 857ad62

Please sign in to comment.