Skip to content

Commit

Permalink
fixup! review
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidddddarth committed Nov 3, 2023
1 parent e739542 commit edf6dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit edf6dc1

Please sign in to comment.