added eager alg error check to minimize misuse
This commit is contained in:
@@ -168,6 +168,12 @@ func TestFetch(t *testing.T) {
|
||||
true,
|
||||
nil,
|
||||
},
|
||||
{
|
||||
"matching kid (no alg)",
|
||||
"abc",
|
||||
true,
|
||||
nil,
|
||||
},
|
||||
{
|
||||
"matching kid",
|
||||
"def",
|
||||
|
||||
Reference in New Issue
Block a user