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 8457494 commit 9498230
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 @@ -26,7 +26,7 @@ func TestPodLifecycle(t *testing.T) {
if !ok {
timeout = 300 * time.Second
}
cmd = kubectl("wait", "--for=condition=ready", "--timeout="+timeout.String(), "pod/vk-e2e-hpa", "-n vk-test")
cmd = kubectl("wait", "--for=condition=ready", "--timeout="+timeout.String(), "pod/vk-e2e-hpa", "--namespace=vk-test")
if out, err := cmd.CombinedOutput(); err != nil {
t.Fatal(string(out))
}
Expand Down

0 comments on commit 9498230

Please sign in to comment.