diff --git a/server/handlers_test.go b/server/handlers_test.go index c25aeaf5..64f40356 100644 --- a/server/handlers_test.go +++ b/server/handlers_test.go @@ -1951,7 +1951,7 @@ func TestHandleAuthorizationSessionSkipsConnectorSelection(t *testing.T) { require.NoError(t, s.storage.CreateAuthSession(ctx, session)) return &http.Cookie{ Name: "dex_session", - Value: sessionCookieValue("user1", connectorID, nonce), + Value: sessionCookieValue("user1", connectorID, nonce, nil), } }