Skip to content

Commit

Permalink
update environment variable name for secondary test subscription to m…
Browse files Browse the repository at this point in the history
…atch what is provided in teamcity (hashicorp#28476)
  • Loading branch information
stephybun authored Jan 13, 2025
1 parent 002a108 commit 573f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 573f773

Please sign in to comment.