Skip to content

Commit

Permalink
add profile in failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed Sep 24, 2020
1 parent 3ee1eb0 commit 998a0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func validateMinikubeKubectlDirectCall(ctx context.Context, t *testing.T, profil
}
defer os.Remove(dstfn) // clean up

kubectlArgs := []string{"get", "pods"}
kubectlArgs := []string{"get", "pods", "--context", profile}
rr, err := Run(t, exec.CommandContext(ctx, dstfn, kubectlArgs...))
if err != nil {
t.Fatalf("failed to run kubectl directl. args %q: %v", rr.Command(), err)
Expand Down

0 comments on commit 998a0f7

Please sign in to comment.