diff --git a/internal/acceptance/data.go b/internal/acceptance/data.go index 0c5ca55ffcdb..223572dae775 100644 --- a/internal/acceptance/data.go +++ b/internal/acceptance/data.go @@ -82,7 +82,7 @@ func BuildTestData(t *testing.T, resourceType string, resourceLabel string) Test testData.Subscriptions = Subscriptions{ Primary: os.Getenv("ARM_SUBSCRIPTION_ID"), - Secondary: os.Getenv("ARM_TEST_SUBSCRIPTION_ID_ALT"), + Secondary: os.Getenv("ARM_SUBSCRIPTION_ID_ALT"), } return testData