mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Fix incorrect error messages
This commit is contained in:
parent
054af8e91b
commit
f9a893be37
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ var _ = SIGDescribe("Terminate Pods", func() {
|
|||
}
|
||||
}
|
||||
return false
|
||||
}, 20*time.Second, 1*time.Second).Should(gomega.BeTrueBecause("expected container to be ready"))
|
||||
}, 20*time.Second, 1*time.Second).Should(gomega.BeTrueBecause("expected container to be not ready"))
|
||||
|
||||
err := client.Delete(context.Background(), pod.Name, metav1.DeleteOptions{})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue