Skip to content

Commit

Permalink
tiny test config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Apr 22, 2024
1 parent 62f7d3f commit 35f0bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/testconfig/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ type Common struct {
NewCLCluster *ChainlinkDeployment `toml:",omitempty"` // NewCLCluster is the new chainlink cluster to create, if specified along with ExistingCLCluster this will be ignored
Network *ctfconfig.NetworkConfig `toml:",omitempty"`
PrivateEthereumNetworks map[string]*test_env.EthereumNetwork `toml:",omitempty"`
Logging *ctfconfig.LoggingConfig `toml:"Logging"`
Logging *ctfconfig.LoggingConfig `toml:",omitempty"`
}

func (p *Common) GetSethConfig() *seth.Config {
Expand Down

0 comments on commit 35f0bc5

Please sign in to comment.