Skip to content

Commit

Permalink
fix test provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ichung08 committed Jul 17, 2024
1 parent e42771a commit 4aab4c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/provider_test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ func TestAccPreCheck(t *testing.T) {
"HOSTED_WORKSPACE_ID",
"HOSTED_DEPLOYMENT_ID",
"HOSTED_API_TOKEN_ID",
"HOSTED_WORKSPACE_API_TOKEN_ID",
"HOSTED_DEPLOYMENT_API_TOKEN_ID",
}
for _, envVar := range envVars {
if val := os.Getenv(envVar); len(val) == 0 {
Expand Down

0 comments on commit 4aab4c1

Please sign in to comment.