diff --git a/ydb/core/persqueue/ut/partition_ut.cpp b/ydb/core/persqueue/ut/partition_ut.cpp index 8d93159cee4b..8bccd773e953 100644 --- a/ydb/core/persqueue/ut/partition_ut.cpp +++ b/ydb/core/persqueue/ut/partition_ut.cpp @@ -988,7 +988,8 @@ void TPartitionFixture::SendChangePartitionConfig(const TConfigParams& config) auto event = MakeHolder(TopicConverter, MakeConfig(config.Version, config.Consumers, 1, - config.MeteringMode)); + config.MeteringMode), + NKikimrPQ::TBootstrapConfig()); Ctx->Runtime->SingleSys()->Send(new IEventHandle(ActorId, Ctx->Edge, event.Release())); }