Skip to content

Commit aa4edf7

Browse files
authored
teamcity: RELEASE_DIFF == "true" (#15016)
1 parent a964c38 commit aa4edf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/acctest/diff_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const diffTag = "[Diff]"
2020

2121
func isReleaseDiffEnabled() bool {
2222
releaseDiff := os.Getenv("RELEASE_DIFF")
23-
return releaseDiff != ""
23+
return releaseDiff == "true"
2424
}
2525

2626
func initializeReleaseDiffTest(c resource.TestCase, testName string, tempOutputFile *os.File) resource.TestCase {

0 commit comments

Comments
 (0)