Skip to content

Commit

Permalink
Integration test lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed Jul 11, 2024
1 parent 46d10f0 commit 64fe028
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integration-tests/testconfig/automation/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,7 @@ func (c *AutomationConfig) Validate() error {
if err := c.PublicConfig.Validate(); err != nil {
return err
}
if err := c.RegistrySettings.Validate(); err != nil {
return err
}
return nil
return c.RegistrySettings.Validate()
}

type PluginConfig struct {
Expand Down

0 comments on commit 64fe028

Please sign in to comment.