Skip to content

Commit

Permalink
add provider definition for alt tenant config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Nov 18, 2024
1 parent cac13c0 commit 3b67d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance/testcase.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func RunTestsInSequence(t *testing.T, tests map[string]map[string]func(t *testin

func (td TestData) runAcceptanceTest(t *testing.T, testCase resource.TestCase) {
testCase.ExternalProviders = td.externalProviders()
testCase.ProtoV5ProviderFactories = framework.ProtoV5ProviderFactoriesInit(context.Background(), "azurerm")
testCase.ProtoV5ProviderFactories = framework.ProtoV5ProviderFactoriesInit(context.Background(), "azurerm", "azurerm-alt")

resource.ParallelTest(t, testCase)
}
Expand Down

0 comments on commit 3b67d6e

Please sign in to comment.