fix openstack unit test

This commit is contained in:
miampf 2024-04-18 17:17:50 +02:00
parent 6c590ab729
commit 2d3cb5a5e2
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -297,6 +297,7 @@ image_id = "8e10b92d-8f7a-458c-91c6-59b42f82ef81"
debug = true
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