Update expected error message in e2e integration test

This commit is contained in:
Ryan Richard 2021-08-16 15:40:34 -07:00
parent 52409f86e8
commit 3fb683f64e
1 changed files with 1 additions and 1 deletions

View File

@ -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.`,
)
})