Skip to content

Commit a0858f5

Browse files
authored
predicates: fix JWTPayloadAllKV benchmark test (#3671)
1 parent f72ec2d commit a0858f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predicates/auth/jwt_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ func BenchmarkJWTPayloadAnyKV(b *testing.B) {
629629
}
630630

631631
func BenchmarkJWTPayloadAllKV(b *testing.B) {
632-
sp := NewJWTPayloadAnyKV()
632+
sp := NewJWTPayloadAllKV()
633633
p, err := sp.Create([]interface{}{"https://identity.zalando.com/managed-id", "sszuecs", "iss", "https://identity.zalando.com"})
634634
if err != nil {
635635
b.Fatalf("Failed to create predicate: %v", err)

0 commit comments

Comments
 (0)