Skip to content

Commit

Permalink
Attempt to remove new env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-snow committed Jun 3, 2024
1 parent 647be6a commit 7fa31fc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ endif
LIGHTSTEP_ORG="terraform-provider" \
LIGHTSTEP_PROJECT="terraform-provider-test" \
LIGHTSTEP_API_BASE_URL="https://api.lightstep.com" \
TF_ACC_TERRAFORM_PATH=$(which terraform) \
TF_ACC_PROVIDER_NAMESPACE=hashicorp \
TF_ACC_PROVIDER_HOST=registry.opentofu.org \
go test -v ./lightstep

.PHONY: test-local
Expand All @@ -66,9 +63,6 @@ test-local:
LIGHTSTEP_PROJECT="terraform-provider-test" \
LIGHTSTEP_API_RATE_LIMIT=100 \
LIGHTSTEP_API_BASE_URL="https://api.lightstep.com" \
TF_ACC_TERRAFORM_PATH=$(which terraform) \
TF_ACC_PROVIDER_NAMESPACE=hashicorp \
TF_ACC_PROVIDER_HOST=registry.opentofu.org \
go test -v ./lightstep -test.run TestAccSAMLGroupMappings

.PHONY: test-staging
Expand All @@ -79,9 +73,6 @@ test-staging:
LIGHTSTEP_ORG="terraform-provider" \
LIGHTSTEP_PROJECT="terraform-provider-test" \
LIGHTSTEP_API_BASE_URL="https://api-staging.lightstep.com" \
TF_ACC_TERRAFORM_PATH=$(which terraform) \
TF_ACC_PROVIDER_NAMESPACE=hashicorp \
TF_ACC_PROVIDER_HOST=registry.opentofu.org \
go test -v ./lightstep

.PHONY: ensure-clean-repo
Expand Down

0 comments on commit 7fa31fc

Please sign in to comment.