From b0cbc7decd7b3053752fcea2d2e424a592826a57 Mon Sep 17 00:00:00 2001 From: lukaszcl <120112546+lukaszcl@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:44:22 +0100 Subject: [PATCH] Fix lint --- integration-tests/docker/test_env/cl_node.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) (