aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-08-24 03:16:37 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-08-24 03:31:05 +0300
commit7526247f720278ccf551886eae7394d98eaf325e (patch)
treed0e953104a598b09625cb034ba4dde23d6288366 /yt/cpp
parent2486de060e5d12eaedf7788e0041b8aec92ae027 (diff)
downloadydb-7526247f720278ccf551886eae7394d98eaf325e.tar.gz
Intermediate changes
Diffstat (limited to 'yt/cpp')
-rw-r--r--yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h2
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_;