Skip to content

Commit a6456bb

Browse files
Merge c75600e into 0ee58bd
2 parents 0ee58bd + c75600e commit a6456bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/viewer/viewer_ut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ Y_UNIT_TEST_SUITE(Viewer) {
11451145
"database": "/Root",
11461146
"action": "execute-script",
11471147
"syntax": "yql_v1",
1148-
"stats": "profile"
1148+
"stats": "none"
11491149
})json";
11501150
const TKeepAliveHttpClient::THttpCode statusCode = httpClient.DoPost("/viewer/json/query?timeout=600000&base64=false&schema=modern", requestBody, &responseStream, headers);
11511151
const TString response = responseStream.ReadAll();

0 commit comments

Comments
 (0)