fix unit test

pull/2/head
max furman 6 years ago
parent a4a461466b
commit ca6087145f

@ -243,11 +243,7 @@ func TestAuthorize(t *testing.T) {
return &authorizeTest{
auth: a,
ott: raw,
res: []interface{}{
"1", "2", "3",
withIssuerAlternativeNameExtension("step-cli:" + jwk.KeyID),
"5",
},
res: []interface{}{"1", "2", "3", "4"},
}
},
}

Loading…
Cancel
Save