fix unit test
This commit is contained in:
parent
a4a461466b
commit
ca6087145f
1 changed files with 1 additions and 5 deletions
|
@ -243,11 +243,7 @@ func TestAuthorize(t *testing.T) {
|
||||||
return &authorizeTest{
|
return &authorizeTest{
|
||||||
auth: a,
|
auth: a,
|
||||||
ott: raw,
|
ott: raw,
|
||||||
res: []interface{}{
|
res: []interface{}{"1", "2", "3", "4"},
|
||||||
"1", "2", "3",
|
|
||||||
withIssuerAlternativeNameExtension("step-cli:" + jwk.KeyID),
|
|
||||||
"5",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue