diff --git a/integration_test/reporting_error_index/reporting_error_index_test.go b/integration_test/reporting_error_index/reporting_error_index_test.go index 28111cb66af..152abfa9ce2 100644 --- a/integration_test/reporting_error_index/reporting_error_index_test.go +++ b/integration_test/reporting_error_index/reporting_error_index_test.go @@ -531,7 +531,7 @@ func TestReportingErrorIndex(t *testing.T) { wg, ctx := errgroup.WithContext(ctx) wg.Go(func() error { - config.Set("BatchRouter.toAbortDestinationIDs", "destination-1") + config.Set("Router.toAbortDestinationIDs", "destination-1") err := runRudderServer(ctx, gwPort, postgresContainer, minioResource, bcServer.URL, trServer.URL, t.TempDir()) if err != nil {