Skip to content

Commit 3b49df7

Browse files
committed
Removed changes in test client
1 parent 79397ca commit 3b49df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/testlib/test_client.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2768,7 +2768,7 @@ namespace Tests {
27682768
if (result.operation().status() != Ydb::StatusIds::SUCCESS) {
27692769
NYql::TIssues issues;
27702770
NYql::IssuesFromMessage(result.operation().issues(), issues);
2771-
ythrow yexception() << "Failed to create tenant " << path << ", " << result.operation().status() << ", reason:\n" << result.DebugString();
2771+
ythrow yexception() << "Failed to create tenant " << path << ", " << result.operation().status() << ", reason:\n" << issues.ToString();
27722772
}
27732773

27742774
// Run new tenant

0 commit comments

Comments
 (0)