From 9455a66be8552a086f18f45daac3eb49aa4b7a9d Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Thu, 3 Dec 2020 13:56:24 -0600 Subject: [PATCH] This trailing dash is now taken care of by the library method. Signed-off-by: Matt Moyer --- test/library/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/library/client.go b/test/library/client.go index d95f0426..b151b86b 100644 --- a/test/library/client.go +++ b/test/library/client.go @@ -254,7 +254,7 @@ func CreateClientCredsSecret(t *testing.T, clientID string, clientSecret string) env := IntegrationEnv(t) return CreateTestSecret(t, env.SupervisorNamespace, - "test-client-creds-", + "test-client-creds", "secrets.pinniped.dev/oidc-client", map[string]string{ "clientID": clientID,