Skip to content

Commit 6b0f9b4

Browse files
committed
Fix lint error.
Signed-off-by: Revital Sur <eres@il.ibm.com>
1 parent db03400 commit 6b0f9b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/coordinator/e2e/coordinator/coordinator_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ func dumpEnvoyClusters(nsName string) {
183183
args = append(args, "--context="+k8sContext)
184184
}
185185
args = append(args, "--", "curl", "-sS", "--connect-timeout", "1", "--max-time", "5", "http://localhost:19000/clusters")
186+
out, err := exec.Command("kubectl", args...).CombinedOutput()
186187
if err != nil {
187188
fmt.Fprintf(ginkgo.GinkgoWriter, "\n--- envoy /clusters (kubectl error: %v) ---\n%s\n---\n", err, string(out))
188189
return

0 commit comments

Comments
 (0)