From f38a72a62b08deceee4462ac4af27523b28bfb3a Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Wed, 5 May 2021 10:17:08 +0900 Subject: [PATCH] Leftover from previous commit --- authority/provisioner/provisioner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authority/provisioner/provisioner_test.go b/authority/provisioner/provisioner_test.go index 267fb7d1..bea2ab11 100644 --- a/authority/provisioner/provisioner_test.go +++ b/authority/provisioner/provisioner_test.go @@ -145,7 +145,7 @@ func TestDefaultIdentityFunc(t *testing.T) { for name, get := range tests { t.Run(name, func(t *testing.T) { tc := get(t) - identity, err := DefaultIdentityFunc(context.Background(), tc.p, tc.email, tc.usernames...) + identity, err := DefaultIdentityFunc(context.Background(), tc.p, tc.email) if err != nil { if assert.NotNil(t, tc.err) { assert.Equals(t, tc.err.Error(), err.Error())