mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-12 08:50:21 -04:00
fix test output
This commit is contained in:
parent
dbc495f164
commit
286ff812c3
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue