Skip to content

Commit

Permalink
Fix provider name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Dec 9, 2024
1 parent 8f6a014 commit 44332be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/pkg/provider/provider_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func newPulumiTest(t *testing.T, testProgramDir string) *pulumitest.PulumiTest {
dir := filepath.Join("test-programs", testProgramDir)
azureLocation := getLocation()
rpFactory := providers.ResourceProviderFactory(providerServer)
attachOpt := opttest.AttachProvider("azure", rpFactory)
attachOpt := opttest.AttachProvider("azure-native", rpFactory)
pt := pulumitest.NewPulumiTest(t, dir, attachOpt)
pt.SetConfig(t, "azure-native:location", azureLocation)
return pt
Expand Down

0 comments on commit 44332be

Please sign in to comment.