Skip to content

Commit 1f85e14

Browse files
Update ydb/mvp/oidc_proxy/oidc_proxy_ut.cpp
Co-authored-by: Andrey Molotkov <molotkov-and@ydb.tech>
1 parent d2fbeef commit 1f85e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/mvp/oidc_proxy/oidc_proxy_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Y_UNIT_TEST_SUITE(Mvp) {
397397
EatWholeString(incomingRequest, "GET /" + allowedProxyHost + "/counters HTTP/1.1\r\n"
398398
"Host: oidcproxy.net\r\n"
399399
"Cookie: yc_session=allowed_session_cookie;"
400-
+ CreateSecureCookie(sessionCookieName, sessionCookieValue) + "\r\n\r\n");
400+
+ CreateNameSessionCookie(settings.ClientId) + "=" + Base64Encode("session_cookie") + "\r\n\r\n");
401401
runtime.Send(new IEventHandle(target, edge, new NHttp::TEvHttpProxy::TEvHttpIncomingRequest(incomingRequest)));
402402
TAutoPtr<IEventHandle> handle;
403403

0 commit comments

Comments
 (0)