This trailing dash is now taken care of by the library method.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2020-12-03 13:56:24 -06:00
parent 8563c05baf
commit 9455a66be8
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D
1 changed files with 1 additions and 1 deletions

View File

@ -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,