Skip to content

Commit eab3df4

Browse files
committed
update merged from main test to use ProtoV6ProviderFactories
1 parent 3d00b62 commit eab3df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/provider/resource_tfe_registry_module_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ func TestAccTFERegistryModule_branchOnlyMonorepo(t *testing.T) {
357357
testAccPreCheck(t)
358358
testAccPreCheckTFERegistryModule(t)
359359
},
360-
ProtoV5ProviderFactories: testAccMuxedProviders,
360+
ProtoV6ProviderFactories: testAccMuxedProviders,
361361
Steps: []resource.TestStep{
362362
{
363363
Config: testAccTFERegistryModule_branchOnlyMonorepo(rInt),
@@ -382,7 +382,7 @@ func TestAccTFERegistryModule_vcsRepoWithTagPrefixMonorepo(t *testing.T) {
382382
testAccPreCheck(t)
383383
testAccPreCheckTFERegistryModule(t)
384384
},
385-
ProtoV5ProviderFactories: testAccMuxedProviders,
385+
ProtoV6ProviderFactories: testAccMuxedProviders,
386386
Steps: []resource.TestStep{
387387
{
388388
Config: testAccTFERegistryModule_vcsRepoWithTagPrefixMonorepo(rInt),

0 commit comments

Comments
 (0)