From 0d635b423da5aeeec12ffb440db2f806baa27bbc Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Mon, 17 Jun 2019 11:33:52 -0700 Subject: [PATCH] Remove "AZURE*" copy pasta --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0b5405..ab5970d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ clean: .PHONY: test test: @echo running tests - @AZURE_AUTH_LOCATION=$(TEST_CREDENTIALS_JSON) LOG_ANALYTICS_AUTH_LOCATION=$(TEST_LOGANALYTICS_JSON) go test -v ./... + go test -v ./... .PHONY: vet vet: