Skip to content

Commit

Permalink
fix: wrong test verification
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Oct 28, 2023
1 parent db6f746 commit 620025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/valid_resource_group_name.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ run "valid_resource_group" {
command = plan

assert {
condition = azurerm_resource_group.aks.name == "test-tf-aks"
condition = azurerm_resource_group.aks.name == "test-private-aks"
error_message = "Resource group name is not as expected"
}
}

0 comments on commit 620025f

Please sign in to comment.