Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Mar 26, 2024
1 parent e6989f8 commit 1be3db8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/testconfig/automation/automation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ check_burn_amount = 0
perform_burn_amount = 0
upkeep_gas_limit = 1000000
shared_trigger = false
is_streams_lookup = false
feeds = ["0x000200"]

[[Load.Automation.Load]]
number_of_upkeeps=5
Expand All @@ -47,6 +49,8 @@ check_burn_amount = 0
perform_burn_amount = 0
upkeep_gas_limit = 1000000
shared_trigger = true
is_streams_lookup = false
feeds = ["0x000200"]

[Load.Pyroscope]
enabled=false
2 changes: 2 additions & 0 deletions integration-tests/testconfig/automation/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ func (c *Load) Validate() error {
if c.Feeds == nil {
c.Feeds = []string{}
}
} else {
*c.IsStreamsLookup = false
}

return nil
Expand Down

0 comments on commit 1be3db8

Please sign in to comment.