From 6fdc9c59fba6a1175a81f00e82bf91407bcb60cf Mon Sep 17 00:00:00 2001 From: anirudhwarrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Wed, 27 Mar 2024 00:40:52 +0400 Subject: [PATCH] update test --- .../load/automationv2_1/automationv2_1_test.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/integration-tests/load/automationv2_1/automationv2_1_test.go b/integration-tests/load/automationv2_1/automationv2_1_test.go index d7b5c30154e..eb53d3e0989 100644 --- a/integration-tests/load/automationv2_1/automationv2_1_test.go +++ b/integration-tests/load/automationv2_1/automationv2_1_test.go @@ -383,7 +383,11 @@ Load Config: PerformBurnAmount: u.PerformBurnAmount, UpkeepGasLimit: u.UpkeepGasLimit, SharedTrigger: u.SharedTrigger, - Feeds: u.Feeds, + Feeds: []string{}, + } + + if *u.IsStreamsLookup { + loadCfg.Feeds = u.Feeds } loadConfigs = append(loadConfigs, loadCfg)