forked from TrueCloudLab/certificates
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{
|
||||
auth: a,
|
||||
ott: raw,
|
||||
res: []interface{}{
|
||||
"1", "2", "3",
|
||||
withIssuerAlternativeNameExtension("step-cli:" + jwk.KeyID),
|
||||
"5",
|
||||
},
|
||||
res: []interface{}{"1", "2", "3", "4"},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue