Skip to content

Commit

Permalink
Fix recordings env var for test-acc-record
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Oct 31, 2023
1 parent a77ffc2 commit ff4d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ test-acc: ## Run acceptance tests with http recordings. To run a specific test,

test-acc-record: ## Run acceptance tests and record http interactions. To run a specific test, pass the FILTER var. Usage `make test-acc-record FILTER="TestAccResourceServer`
${call print, "Running acceptance tests and recording http interactions"}
@AUTH0_HTTP_RECORDINGS=on \
@AUTH0_HTTP_RECORDINGS=off \
TF_ACC=1 \
go test \
-v \
Expand Down

0 comments on commit ff4d307

Please sign in to comment.