Update expected error message in e2e integration test
This commit is contained in:
parent
52409f86e8
commit
3fb683f64e
@ -531,7 +531,7 @@ func TestE2EFullIntegration(t *testing.T) {
|
|||||||
require.Contains(t, kubectlOutput,
|
require.Contains(t, kubectlOutput,
|
||||||
`Error: could not complete Pinniped login: login failed with code "access_denied": `+
|
`Error: could not complete Pinniped login: login failed with code "access_denied": `+
|
||||||
`The resource owner or authorization server denied the request. `+
|
`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.`,
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user