diff --git a/cmd/integration/commands/stages.go b/cmd/integration/commands/stages.go
index 54dc68914378323fa497002ad69d2dc916cba22d..1fa566bc4b4ae57839270c6e1da466c9958fe74a 100644
--- a/cmd/integration/commands/stages.go
+++ b/cmd/integration/commands/stages.go
@@ -1168,7 +1168,7 @@ func newSync(ctx context.Context, db kv.RwDB, miningConfig *params.MiningConfig)
 
 	sync, err := stages2.NewStagedSync(context.Background(), logger, db, p2p.Config{}, cfg,
 		chainConfig.TerminalTotalDifficulty, sentryControlServer, tmpdir,
-		nil, nil, allSn,
+		&stagedsync.Notifications{}, nil, allSn,
 	)
 	if err != nil {
 		panic(err)