Skip to content

Commit aec3028

Browse files
committed
adapt tests
Signed-off-by: Andre Licht <al@cloudeteer.de>
1 parent 66c6741 commit aec3028

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/local/input_image.tftest.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ run "should_image_result_in_expected_output" {
7272
assert {
7373
condition = output.image == tomap({
7474
architecture = "x64"
75-
offer = "WindowsServer"
75+
offer = "windowsserver2022"
7676
operating_system = "Windows"
7777
publisher = "MicrosoftWindowsServer"
7878
sku = "2022-datacenter-g2"
79-
urn = "MicrosoftWindowsServer:WindowsServer:2022-datacenter-g2:latest"
79+
urn = "MicrosoftWindowsServer:windowsserver2022:2022-datacenter-g2:latest"
8080
urnAlias = "Win2022Datacenter"
8181
version = "latest"
8282
})

0 commit comments

Comments
 (0)