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
  • Loading branch information
stephybun committed Jan 10, 2025
1 parent 04eefb6 commit 5fbe02c
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 5fbe02c

Please sign in to comment.