Skip to content

Commit 5921ab2

Browse files
asan fix
1 parent 6af220b commit 5921ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/viewer/viewer_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ Y_UNIT_TEST_SUITE(Viewer) {
16851685
"database": "/Root",
16861686
"action": "execute-script",
16871687
"syntax": "yql_v1",
1688-
"stats": "profile"
1688+
"stats": "none"
16891689
})json";
16901690
const TKeepAliveHttpClient::THttpCode statusCode = httpClient.DoPost("/viewer/query?timeout=600000&base64=false&schema=modern", requestBody, &responseStream, headers);
16911691
const TString response = responseStream.ReadAll();

0 commit comments

Comments
 (0)