Skip to content

Commit

Permalink
fix ineffectual assignment to err golint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Sep 12, 2024
1 parent cb3cbcc commit 1a2d07a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controller/model/authenticator_mod_ext_jwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ func Test_signerRecord_Resolve(t *testing.T) {
jwksEndpoint := "https://example.com/.well-known/jwks"

jwksResolver, err := newTestJwksResolver()
req.NoError(err)

leaf1Key, err := newKey(leaf1KeyPair.cert, []*x509.Certificate{leaf1KeyPair.cert, testRootCa.cert})
req.NoError(err)

Expand Down

0 comments on commit 1a2d07a

Please sign in to comment.