Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Mar 26, 2024
1 parent 843d2dc commit 6fdc9c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6fdc9c5

Please sign in to comment.