test: azurerm_lb
parent
1ad7f2fc6e
commit
7a533a2da1
|
@ -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)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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" {}
|
||||
|
|
Loading…
Reference in New Issue