diff --git a/notation_test.go b/notation_test.go index 81398510..3e7782b8 100644 --- a/notation_test.go +++ b/notation_test.go @@ -760,7 +760,7 @@ func TestLocalContent(t *testing.T) { // verify the artifact verifyOpts := VerifyOptions{ ArtifactReference: artifactReference, - MaxSignatureAttempts: math.MaxInt64, + MaxSignatureAttempts: math.MaxInt, } policyDocument := dummyPolicyDocument() verifier := dummyVerifier{&policyDocument, mock.PluginManager{}, false, *trustpolicy.LevelStrict, false}