Skip to content

Commit f45ef43

Browse files
committed
this
1 parent 0cab058 commit f45ef43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/provider/resource_tfe_registry_module_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ func TestAccTFERegistryModule_agentExecutionModeWithAgentPool(t *testing.T) {
17851785
PreCheck: func() {
17861786
testAccPreCheckTFERegistryModule(t)
17871787
},
1788-
ProtoV5ProviderFactories: testAccMuxedProviders,
1788+
ProtoV6ProviderFactories: testAccMuxedProviders,
17891789
CheckDestroy: testAccCheckTFERegistryModuleDestroy,
17901790
Steps: []resource.TestStep{
17911791
{
@@ -1820,7 +1820,7 @@ func TestAccTFERegistryModule_remoteExecutionModeWithoutAgentPool(t *testing.T)
18201820
PreCheck: func() {
18211821
testAccPreCheckTFERegistryModule(t)
18221822
},
1823-
ProtoV5ProviderFactories: testAccMuxedProviders,
1823+
ProtoV6ProviderFactories: testAccMuxedProviders,
18241824
CheckDestroy: testAccCheckTFERegistryModuleDestroy,
18251825
Steps: []resource.TestStep{
18261826
{
@@ -1855,7 +1855,7 @@ func TestAccTFERegistryModule_agentPoolFieldClearing(t *testing.T) {
18551855
PreCheck: func() {
18561856
testAccPreCheckTFERegistryModule(t)
18571857
},
1858-
ProtoV5ProviderFactories: testAccMuxedProviders,
1858+
ProtoV6ProviderFactories: testAccMuxedProviders,
18591859
CheckDestroy: testAccCheckTFERegistryModuleDestroy,
18601860
Steps: []resource.TestStep{
18611861
{
@@ -1888,7 +1888,7 @@ func TestAccTFERegistryModule_remoteExecutionModeWithAgentPoolError(t *testing.T
18881888
PreCheck: func() {
18891889
testAccPreCheckTFERegistryModule(t)
18901890
},
1891-
ProtoV5ProviderFactories: testAccMuxedProviders,
1891+
ProtoV6ProviderFactories: testAccMuxedProviders,
18921892
Steps: []resource.TestStep{
18931893
{
18941894
Config: testAccTFERegistryModule_remoteExecutionModeWithAgentPoolErrorSimple(rInt),

0 commit comments

Comments
 (0)