diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-24 03:16:37 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-24 03:31:05 +0300 |
commit | 7526247f720278ccf551886eae7394d98eaf325e (patch) | |
tree | d0e953104a598b09625cb034ba4dde23d6288366 /yt/cpp | |
parent | 2486de060e5d12eaedf7788e0041b8aec92ae027 (diff) | |
download | ydb-7526247f720278ccf551886eae7394d98eaf325e.tar.gz |
Intermediate changes
Diffstat (limited to 'yt/cpp')
-rw-r--r-- | yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h b/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h index 37d9d501cd..01fc5299d3 100644 --- a/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h +++ b/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h @@ -110,6 +110,8 @@ public: TYPath GetWorkingDir() const; + static TString GetYtProxy(); + private: TConfigSaverGuard ConfigGuard_; IClientPtr Client_; |