Skip to content

Commit ff0b1f2

Browse files
fix build
1 parent 11b4c44 commit ff0b1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/ut_export_reboots_s3/ut_export_reboots_s3.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ Y_UNIT_TEST_SUITE(TExportToS3WithRebootsTests) {
631631

632632
t.Run([&](TTestActorRuntime& runtime, bool& activeZone) {
633633
runtime.SetLogPriority(NKikimrServices::EXPORT, NActors::NLog::PRI_TRACE);
634-
runtime.GetAppData().FeatureFlags.SetEnableAutoDropping(false);
634+
runtime.GetAppData().FeatureFlags.SetEnableExportAutoDropping(false);
635635
{
636636
TInactiveZone inactive(activeZone);
637637
CreateSchemeObjects(t, runtime, {

0 commit comments

Comments
 (0)