diff options
author | xenoxeno <xeno@ydb.tech> | 2022-07-11 16:34:43 +0300 |
---|---|---|
committer | xenoxeno <xeno@ydb.tech> | 2022-07-11 16:34:43 +0300 |
commit | aed66381a6e6c5cc24a2e6da3dc779814fa25ab2 (patch) | |
tree | 097286c051ccd4d66697cbea724121d62ec1086d /library | |
parent | f0b01fc4537618a0687f3155ebbad1293c23a4a0 (diff) | |
download | ydb-aed66381a6e6c5cc24a2e6da3dc779814fa25ab2.tar.gz |
fix ut
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/actors/http/http_ut.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/actors/http/http_ut.cpp b/library/cpp/actors/http/http_ut.cpp index 7a569a08c3..d7d4f5567f 100644 --- a/library/cpp/actors/http/http_ut.cpp +++ b/library/cpp/actors/http/http_ut.cpp @@ -379,6 +379,7 @@ CRA/5XcX13GJwHHj6LCoc3sL7mt8qV9HKY2AOZ88mpObzISZxgPpdKCfjsrdm63V Y_UNIT_TEST(TooLongHeader) { NActors::TTestActorRuntimeBase actorSystem; + actorSystem.SetUseRealInterconnect(); TPortManager portManager; TIpPort port = portManager.GetTcpPort(); TAutoPtr<NActors::IEventHandle> handle; |