From edf6dc1d823e34402cb8adbfaf43cb27437ba965 Mon Sep 17 00:00:00 2001 From: "siddarth.msv" Date: Tue, 31 Oct 2023 19:00:07 +0530 Subject: [PATCH] fixup! review --- .../reporting_error_index/reporting_error_index_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 28111cb66a..152abfa9ce 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 {