You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
336 B

  1. --- a/common/buildtest/masking.go
  2. +++ b/common/buildtest/masking.go
  3. @@ -45,7 +45,7 @@ func RunBuildWithMasking(t *testing.T, c
  4. buf.Finish()
  5. - contents, err := buf.Bytes(0, math.MaxInt64)
  6. + contents, err := buf.Bytes(0, math.MaxInt32)
  7. assert.NoError(t, err)
  8. assert.NotContains(t, string(contents), "MASKED_KEY=MASKED_VALUE")