test: azurerm_lb

main
sundowndev 2021-10-22 17:52:32 +02:00
parent 1ad7f2fc6e
commit 7a533a2da1
2 changed files with 2 additions and 2 deletions

View File

@ -1057,7 +1057,7 @@ func Test_Network_ListAllLoadBalancers(t *testing.T) {
mockCache.AssertExpectations(t)
if !reflect.DeepEqual(got, tt.expected) {
t.Errorf("ListAllSecurityGroups() got = %v, want %v", got, tt.expected)
t.Errorf("ListAllLoadBalancers() got = %v, want %v", got, tt.expected)
}
})
}

View File

@ -12,7 +12,7 @@ provider "azurerm" {
}
data "azurerm_resource_group" "qa1" {
name = "raphael-dev" //driftctl-qa-1
name = "driftctl-qa-1"
}
resource "random_uuid" "rgId" {}