Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testNewJsonParseFailure (0.23 sec)

  1. pilot/pkg/model/jwks_resolver_test.go

    		{"testDifferentKeys", args{test.JwtPubKey1, test.JwtPubKey2}, true, false},
    		{"testOldJsonParseFailure", args{"This is not JSON", test.JwtPubKey1}, true, false},
    		{"testNewJsonParseFailure", args{test.JwtPubKey1, "This is not JSON"}, false, true},
    		{"testNewNoKid", args{test.JwtPubKey1, test.JwtPubKeyNoKid}, true, false},
    		{"testOldNoKid", args{test.JwtPubKeyNoKid, test.JwtPubKey1}, true, false},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top