mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #114196 from elmiko/spellfix-for-daemonset-test
fix spelling error in e2e upgrade apps daemonset test
This commit is contained in:
commit
e23139d487
@ -71,7 +71,7 @@ func (t *DaemonSetUpgradeTest) Setup(f *framework.Framework) {
|
||||
// Test waits until the upgrade has completed and then verifies that the DaemonSet
|
||||
// is still running
|
||||
func (t *DaemonSetUpgradeTest) Test(f *framework.Framework, done <-chan struct{}, upgrade upgrades.UpgradeType) {
|
||||
ginkgo.By("Waiting for upgradet to complete before re-validating DaemonSet")
|
||||
ginkgo.By("Waiting for upgrade to complete before re-validating DaemonSet")
|
||||
<-done
|
||||
|
||||
ginkgo.By("validating the DaemonSet is still running after upgrade")
|
||||
|
Loading…
Reference in New Issue
Block a user