Skip to content

Commit 2afe543

Browse files
fix: set API_DATA_IS_SENSITIVE=true which is required by restapi provider (#310)
1 parent 6aad3c8 commit 2afe543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testhelper/tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (options *TestOptions) checkConsistency(plan *terraform.PlanStruct) {
8585

8686
// testSetup Setup test
8787
func (options *TestOptions) testSetup() {
88-
88+
os.Setenv("API_DATA_IS_SENSITIVE", "true")
8989
// If calling test had not provided its own TerraformOptions, use the default settings
9090
if options.TerraformOptions == nil {
9191
// Construct the terraform options with default retryable errors to handle the most common

0 commit comments

Comments
 (0)