Skip to content

Commit

Permalink
terraform: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Nov 28, 2023
1 parent 2f8ec23 commit c927dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/internal/terraform/variables_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ func TestAzureClusterVariables(t *testing.T) {
Publisher: "edgelesssys",
Product: "constellation",
Name: "constellation",
Version: "2.13.0",
},
}

Expand Down Expand Up @@ -225,6 +226,7 @@ marketplace_image = {
name = "constellation"
product = "constellation"
publisher = "edgelesssys"
version = "2.13.0"
}
`
got := vars.String()
Expand Down

0 comments on commit c927dfc

Please sign in to comment.