From 3fb683f64ee2771542d16b9e25c1ed751a288d5b Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 16 Aug 2021 15:40:34 -0700 Subject: [PATCH] Update expected error message in e2e integration test --- test/integration/e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/e2e_test.go b/test/integration/e2e_test.go index d6fa6dba..61fcb118 100644 --- a/test/integration/e2e_test.go +++ b/test/integration/e2e_test.go @@ -531,7 +531,7 @@ func TestE2EFullIntegration(t *testing.T) { require.Contains(t, kubectlOutput, `Error: could not complete Pinniped login: login failed with code "access_denied": `+ `The resource owner or authorization server denied the request. `+ - `resource owner password grant is not allowed for this upstream provider according to its configuration`, + `Resource owner password credentials grant is not allowed for this upstream provider according to its configuration.`, ) })