Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Wadhwa <[email protected]>
  • Loading branch information
priyawadhwa committed Jul 11, 2023
1 parent aa6fefc commit eb729f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,6 @@ func TestVerifierCache(t *testing.T) {
type mockKeySet struct {
}

func (m *mockKeySet) VerifySignature(ctx context.Context, jwt string) (payload []byte, err error) {
func (m *mockKeySet) VerifySignature(_ context.Context, _ string) (payload []byte, err error) {
return nil, nil
}

0 comments on commit eb729f5

Please sign in to comment.