mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-30 03:31:35 -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,
|
||||
SecureBoot: false,
|
||||
CreateMAA: true,
|
||||
MAAPolicy: "some-policy",
|
||||
Debug: true,
|
||||
}
|
||||
|
||||
|
@ -174,6 +175,7 @@ image_id = "image-0123456789abcdef"
|
|||
confidential_vm = true
|
||||
secure_boot = false
|
||||
create_maa = true
|
||||
maa_policy = "some-policy"
|
||||
debug = true
|
||||
`
|
||||
got := vars.String()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue