robot-piglet 9 месяцев назад
Родитель
Сommit
8756a52d86
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h

+ 1 - 1
yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h

@@ -25,7 +25,7 @@ namespace NYT::NTesting {
 
 
 ////////////////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////////////////
 
 
-IClientPtr CreateTestClient(TString proxy = "", const TCreateClientOptions& options = {});
+IClientPtr CreateTestClient(TString proxy = "", TCreateClientOptions options = {});
 
 
 // Create map node by unique path in Cypress and return that path.
 // Create map node by unique path in Cypress and return that path.
 TYPath CreateTestDirectory(const IClientBasePtr& client);
 TYPath CreateTestDirectory(const IClientBasePtr& client);