mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
fix: fix handler tests after merging cookie enc (#4693)
Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
@@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user