mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
fix test output
This commit is contained in:
parent
dbc495f164
commit
286ff812c3
@ -157,6 +157,7 @@ func TestAzureClusterVariables(t *testing.T) {
|
|||||||
ConfidentialVM: true,
|
ConfidentialVM: true,
|
||||||
SecureBoot: false,
|
SecureBoot: false,
|
||||||
CreateMAA: true,
|
CreateMAA: true,
|
||||||
|
MAAPolicy: "some-policy",
|
||||||
Debug: true,
|
Debug: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -174,6 +175,7 @@ image_id = "image-0123456789abcdef"
|
|||||||
confidential_vm = true
|
confidential_vm = true
|
||||||
secure_boot = false
|
secure_boot = false
|
||||||
create_maa = true
|
create_maa = true
|
||||||
|
maa_policy = "some-policy"
|
||||||
debug = true
|
debug = true
|
||||||
`
|
`
|
||||||
got := vars.String()
|
got := vars.String()
|
||||||
|
Loading…
Reference in New Issue
Block a user