Skip to content

Commit

Permalink
remove duplicated LIGHTSTEP_API_BASE_URL arg from a couple make tar…
Browse files Browse the repository at this point in the history
…gets (#230)

* fix'

* version
  • Loading branch information
MisterSquishy authored Jun 24, 2024
1 parent 4edf521 commit 35ffff7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.95.7
1.95.8
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ test-local:
LIGHTSTEP_ORG="terraform-provider" \
LIGHTSTEP_PROJECT="terraform-provider-test" \
LIGHTSTEP_API_RATE_LIMIT=100 \
LIGHTSTEP_API_BASE_URL="https://api.lightstep.com" \
go test -v ./lightstep -test.run TestAccSAMLGroupMappings

.PHONY: test-staging
Expand All @@ -72,7 +71,6 @@ test-staging:
LIGHTSTEP_API_KEY=${LIGHTSTEP_STAGING_API_KEY} \
LIGHTSTEP_ORG="terraform-provider" \
LIGHTSTEP_PROJECT="terraform-provider-test" \
LIGHTSTEP_API_BASE_URL="https://api-staging.lightstep.com" \
go test -v ./lightstep

.PHONY: ensure-clean-repo
Expand Down

0 comments on commit 35ffff7

Please sign in to comment.