added eager alg error check to minimize misuse

This commit is contained in:
Gani Georgiev
2026-05-02 23:20:32 +03:00
parent db88253aac
commit d153553d52
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -168,6 +168,12 @@ func TestFetch(t *testing.T) {
true,
nil,
},
{
"matching kid (no alg)",
"abc",
true,
nil,
},
{
"matching kid",
"def",