@@ -1785,7 +1785,7 @@ func TestAccTFERegistryModule_agentExecutionModeWithAgentPool(t *testing.T) {
1785
1785
PreCheck : func () {
1786
1786
testAccPreCheckTFERegistryModule (t )
1787
1787
},
1788
- ProtoV5ProviderFactories : testAccMuxedProviders ,
1788
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
1789
1789
CheckDestroy : testAccCheckTFERegistryModuleDestroy ,
1790
1790
Steps : []resource.TestStep {
1791
1791
{
@@ -1820,7 +1820,7 @@ func TestAccTFERegistryModule_remoteExecutionModeWithoutAgentPool(t *testing.T)
1820
1820
PreCheck : func () {
1821
1821
testAccPreCheckTFERegistryModule (t )
1822
1822
},
1823
- ProtoV5ProviderFactories : testAccMuxedProviders ,
1823
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
1824
1824
CheckDestroy : testAccCheckTFERegistryModuleDestroy ,
1825
1825
Steps : []resource.TestStep {
1826
1826
{
@@ -1855,7 +1855,7 @@ func TestAccTFERegistryModule_agentPoolFieldClearing(t *testing.T) {
1855
1855
PreCheck : func () {
1856
1856
testAccPreCheckTFERegistryModule (t )
1857
1857
},
1858
- ProtoV5ProviderFactories : testAccMuxedProviders ,
1858
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
1859
1859
CheckDestroy : testAccCheckTFERegistryModuleDestroy ,
1860
1860
Steps : []resource.TestStep {
1861
1861
{
@@ -1888,7 +1888,7 @@ func TestAccTFERegistryModule_remoteExecutionModeWithAgentPoolError(t *testing.T
1888
1888
PreCheck : func () {
1889
1889
testAccPreCheckTFERegistryModule (t )
1890
1890
},
1891
- ProtoV5ProviderFactories : testAccMuxedProviders ,
1891
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
1892
1892
Steps : []resource.TestStep {
1893
1893
{
1894
1894
Config : testAccTFERegistryModule_remoteExecutionModeWithAgentPoolErrorSimple (rInt ),
0 commit comments