diff --git a/integration-tests/docker/test_env/cl_node.go b/integration-tests/docker/test_env/cl_node.go index 4f87146e298..c28959dadc9 100644 --- a/integration-tests/docker/test_env/cl_node.go +++ b/integration-tests/docker/test_env/cl_node.go @@ -382,9 +382,8 @@ func (n *ClNode) ExecGetVersion() (string, error) { if len(matches) > 1 { return matches[1], nil - } else { - return "", errors.Errorf("could not find chainlink version in command output '%'", output) } + return "", errors.Errorf("could not find chainlink version in command output '%'", output) } func (n *ClNode) getContainerRequest(secrets string) (