ContainerImage.Pinniped/test
Matt Moyer 5527566a36
Fix TestCLILoginOIDC when running directly against Okta.
Our actual CLI code behaved correctly, but this test made some invalid assumptions about the "upstream" IDP we're testing. It assumed that the upstream didn't support `response_mode=form_post`, but Okta does. This means that when we end up on the localhost callback page, there are no URL query parameters.

Adjusting this regex makes the test pass as expected.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-07-09 16:29:42 -05:00
..
cluster_capabilities Run the LDAP client's integration tests only on Kind 2021-07-08 11:10:53 -07:00
deploy/tools Parameterize our test images in ytt. 2021-06-03 15:25:09 -05:00
integration Fix TestCLILoginOIDC when running directly against Okta. 2021-07-09 16:29:42 -05:00
testlib Add missing t.Helper() on RequireEventuallyf(). 2021-07-09 12:08:44 -05:00