File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ func TestAccTFERegistryModule_branchOnlyMonorepo(t *testing.T) {
357
357
testAccPreCheck (t )
358
358
testAccPreCheckTFERegistryModule (t )
359
359
},
360
- ProtoV5ProviderFactories : testAccMuxedProviders ,
360
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
361
361
Steps : []resource.TestStep {
362
362
{
363
363
Config : testAccTFERegistryModule_branchOnlyMonorepo (rInt ),
@@ -382,7 +382,7 @@ func TestAccTFERegistryModule_vcsRepoWithTagPrefixMonorepo(t *testing.T) {
382
382
testAccPreCheck (t )
383
383
testAccPreCheckTFERegistryModule (t )
384
384
},
385
- ProtoV5ProviderFactories : testAccMuxedProviders ,
385
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
386
386
Steps : []resource.TestStep {
387
387
{
388
388
Config : testAccTFERegistryModule_vcsRepoWithTagPrefixMonorepo (rInt ),
You can’t perform that action at this time.
0 commit comments