From 1031c2a8d5a5e02c3b6707159e0451f4d4ac6f5c Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 17 Jan 2025 17:32:39 +0100 Subject: [PATCH] uncomment defer Signed-off-by: Kristoffer Dalby --- integration/auth_oidc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/auth_oidc_test.go b/integration/auth_oidc_test.go index ded10449..22790f91 100644 --- a/integration/auth_oidc_test.go +++ b/integration/auth_oidc_test.go @@ -56,7 +56,7 @@ func TestOIDCAuthenticationPingAll(t *testing.T) { scenario := AuthOIDCScenario{ Scenario: baseScenario, } - // defer scenario.ShutdownAssertNoPanics(t) + defer scenario.ShutdownAssertNoPanics(t) // Logins to MockOIDC is served by a queue with a strict order, // if we use more than one node per user, the order of the logins