Fix non-ascii characters in test/e2e/node/pods.go

Signed-off-by: Sakura <longfei.shang@daocloud.io>
This commit is contained in:
Sakura 2020-02-05 15:14:21 +08:00
parent 133f77247c
commit b9a586e382
No known key found for this signature in database
GPG Key ID: 07F5F462F68548F1

View File

@ -48,7 +48,7 @@ var _ = SIGDescribe("Pods Extended", func() {
/*
Release : v1.15
Testname: Pods, delete grace period
Description: Create a pod, make sure it is running. Using the http client send a delete with gracePeriodSeconds=30. Pod SHOULD get deleted within 30 seconds.
Description: Create a pod, make sure it is running. Using the http client send a 'delete' with gracePeriodSeconds=30. Pod SHOULD get deleted within 30 seconds.
*/
ginkgo.It("should be submitted and removed [Flaky]", func() {
ginkgo.By("creating the pod")