From ca6087145fa64c98e9b2b3dde2a8af63a041d4dd Mon Sep 17 00:00:00 2001 From: max furman Date: Thu, 25 Oct 2018 23:55:31 -0700 Subject: [PATCH] fix unit test --- authority/authorize_test.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"}, } }, }