fix unit test

This commit is contained in:
max furman 2018-10-25 23:55:31 -07:00
parent a4a461466b
commit ca6087145f

View file

@ -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"},
}
},
}