Skip to content

Commit

Permalink
Update github/github_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Rollo <[email protected]>
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah and bhamail authored Sep 17, 2024
1 parent 7128d65 commit 30eea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ func getMockRepositoryCommits(mockAuthorLogins []string, signed bool) []*github.

for _, author := range mockAuthorLogins {
email := fmt.Sprintf("%[email protected]", author)
var signatureVerification *github.SignatureVerification = getSignedSignatureVerification()
var signatureVerification = getSignedSignatureVerification()
if signed == false {
signatureVerification = getUnsignedSignatureVerification()
}
Expand Down

0 comments on commit 30eea51

Please sign in to comment.