Skip to content

Commit

Permalink
acceptance: remove check for unneeded env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Oct 16, 2023
1 parent 23da82f commit ffbbaee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/acceptance/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ func PreCheck(t *testing.T) {
variables := []string{
"ARM_CLIENT_ID",
"ARM_CLIENT_SECRET",
"ARM_SUBSCRIPTION_ID",
"ARM_TENANT_ID",
"ARM_TEST_LOCATION",
"ARM_TEST_LOCATION_ALT",
"ARM_TEST_LOCATION_ALT2",
}

for _, variable := range variables {
Expand Down

0 comments on commit ffbbaee

Please sign in to comment.