diff --git a/authority/authorize_test.go b/authority/authorize_test.go index 9d0a8b61..350d5ef2 100644 --- a/authority/authorize_test.go +++ b/authority/authorize_test.go @@ -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"}, } }, }