Skip to content

Commit e289981

Browse files
committed
fix
1 parent 8733df5 commit e289981

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/services/lb/private_network_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ func TestAccLBPrivateNetwork_Basic(t *testing.T) {
1212
defer tt.Cleanup()
1313

1414
resource.ParallelTest(t, resource.TestCase{
15-
PreCheck: func() { acctest.PreCheck(t) },
16-
ProviderFactories: tt.ProviderFactories,
17-
CheckDestroy: isLbDestroyed(tt),
15+
ProtoV6ProviderFactories: tt.ProviderFactories,
16+
CheckDestroy: isLbDestroyed(tt),
1817
Steps: []resource.TestStep{
1918
{
2019
Config: `

0 commit comments

Comments
 (0)