We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edda8c commit 50de673Copy full SHA for 50de673
ydb/core/tx/schemeshard/ut_export_reboots_s3/ut_export_reboots_s3.cpp
@@ -451,7 +451,7 @@ Y_UNIT_TEST_SUITE(TExportToS3WithRebootsTests) {
451
}
452
453
static const TString& Request() const {
454
- return request;
+ return Request;
455
456
457
private:
@@ -480,7 +480,7 @@ Y_UNIT_TEST_SUITE(TExportToS3WithRebootsTests) {
480
EPathTypeCdcStream
481
};
482
483
- static const TString request = R"(
+ static const TString Request = R"(
484
ExportToS3Settings {
485
endpoint: "localhost:%d"
486
scheme: HTTP
0 commit comments