Skip to content

Commit

Permalink
Merge abf25b4 into ba138ae
Browse files Browse the repository at this point in the history
  • Loading branch information
StekPerepolnen authored Aug 22, 2024
2 parents ba138ae + abf25b4 commit fd8e1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/viewer/viewer_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ Y_UNIT_TEST_SUITE(Viewer) {
"database": "/Root",
"action": "execute-script",
"syntax": "yql_v1",
"stats": "profile"
"stats": "none"
})json";
const TKeepAliveHttpClient::THttpCode statusCode = httpClient.DoPost("/viewer/query?timeout=600000&base64=false&schema=modern", requestBody, &responseStream, headers);
const TString response = responseStream.ReadAll();
Expand Down

0 comments on commit fd8e1b3

Please sign in to comment.