提交 3340e9bc 编写于 作者: P Priya Wadhwa

fix test

上级 df8faad4
......@@ -173,7 +173,7 @@ func validateKubectlGetPods(ctx context.Context, t *testing.T, profile string) {
// validateMinikubeKubectl validates that the `minikube kubectl` command returns content
func validateMinikubeKubectl(ctx context.Context, t *testing.T, profile string) {
kubectlArgs := []string{"kubectl", "--", "get", "pods"}
rr, err = Run(t, exec.CommandContext(ctx, Target(), kubectlArgs...))
rr, err := Run(t, exec.CommandContext(ctx, Target(), kubectlArgs...))
if err != nil {
t.Fatalf("%s failed: %v", rr.Args, err)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册