From dd98e8420429c259de26f289dadecf3ca8194bd1 Mon Sep 17 00:00:00 2001 From: Christopher Johnstone Date: Sun, 29 Oct 2023 15:51:48 -0400 Subject: [PATCH] bump --- integration/auth_oidc_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/auth_oidc_test.go b/integration/auth_oidc_test.go index 70fbcaa0ac..44dd30429f 100644 --- a/integration/auth_oidc_test.go +++ b/integration/auth_oidc_test.go @@ -202,6 +202,7 @@ func TestOIDCEmailGrant(t *testing.T) { t.Logf("%d successful pings out of %d", success, len(allClients)*len(allIps)) } + func TestOIDCAuthenticationPingAll(t *testing.T) { IntegrationSkip(t) t.Parallel()