Skip to content

Commit

Permalink
Update pods_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mingqishao committed Dec 15, 2021
1 parent 9498230 commit 05e0a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/pods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestPodLifecycle(t *testing.T) {
}

t.Log("clean up pod")
cmd = kubectl("delete", "deploy/vk-e2e-hpa")
cmd = kubectl("delete", "pod/vk-e2e-hpa", "--namespace=vk-test")
if out, err := cmd.CombinedOutput(); err != nil {
t.Fatal(string(out))
}
Expand Down

0 comments on commit 05e0a73

Please sign in to comment.