<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/common/buildtest/masking.go
+++ b/common/buildtest/masking.go
@@ -39,7 +39,7 @@ func RunBuildWithMasking(t *testing.T, c
 
 	buf.Finish()
 
-	contents, err := buf.Bytes(0, math.MaxInt64)
+	contents, err := buf.Bytes(0, math.MaxInt32)
 	assert.NoError(t, err)
 
 	assert.NotContains(t, string(contents), "MASKED_KEY=MASKED_VALUE")
</pre></body></html>