Merge pull request #114196 from elmiko/spellfix-for-daemonset-test

fix spelling error in e2e upgrade apps daemonset test
This commit is contained in:
Kubernetes Prow Robot 2022-12-10 07:54:17 -08:00 committed by GitHub
commit e23139d487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")