Skip to content

Commit

Permalink
test: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
  • Loading branch information
jrajahalme authored and aanm committed Jun 17, 2020
1 parent 574d841 commit f3f583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ func (kub *Kubectl) RedeployKubernetesDnsIfNecessary() {
ginkgoext.By("Kubernetes DNS is not ready: %s", err)
}

ginkgoext.By("Restarting Kubernetes DSN (-l %s)", kubeDNSLabel)
ginkgoext.By("Restarting Kubernetes DNS (-l %s)", kubeDNSLabel)
res := kub.DeleteResource("pod", "-n "+KubeSystemNamespace+" -l "+kubeDNSLabel)
if !res.WasSuccessful() {
ginkgoext.Failf("Unable to delete DNS pods: %s", res.OutputPrettyPrint())
Expand Down

0 comments on commit f3f583b

Please sign in to comment.