fixed AWSClusterVariables unit test

This commit is contained in:
miampf 2024-04-18 16:18:57 +02:00
parent e9e71363cc
commit 42197995a4
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -76,6 +76,7 @@ node_groups = {
}
custom_endpoint = "example.com"
internal_load_balancer = false
additional_tags = null
`
got := vars.String()
assert.Equal(t, strings.Fields(want), strings.Fields(got)) // to ignore whitespace differences