Skip to content

Commit 5f6bc55

Browse files
committed
Migrating to ProtoV6
1 parent 0a6438e commit 5f6bc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/services/instance/action_server_action_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ func TestAccActionServerReboot_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,
15+
PreCheck: func() { acctest.PreCheck(t) },
16+
ProtoV6ProviderFactories: tt.ProviderFactories,
1717
Steps: []resource.TestStep{
1818
{
1919
Config: `

0 commit comments

Comments
 (0)