mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-21 23:59:09 -04:00
fixed AWSClusterVariables unit test
This commit is contained in:
parent
e9e71363cc
commit
42197995a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user