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)