diff --git a/ydb/core/testlib/test_client.cpp b/ydb/core/testlib/test_client.cpp index e21acb93314c..35ca6445af40 100644 --- a/ydb/core/testlib/test_client.cpp +++ b/ydb/core/testlib/test_client.cpp @@ -2768,7 +2768,7 @@ namespace Tests { if (result.operation().status() != Ydb::StatusIds::SUCCESS) { NYql::TIssues issues; NYql::IssuesFromMessage(result.operation().issues(), issues); - ythrow yexception() << "Failed to create tenant " << path << ", " << result.operation().status() << ", reason:\n" << result.DebugString(); + ythrow yexception() << "Failed to create tenant " << path << ", " << result.operation().status() << ", reason:\n" << issues.ToString(); } // Run new tenant