Skip to content

Commit b9a586e

Browse files
committed
Fix non-ascii characters in test/e2e/node/pods.go
Signed-off-by: Sakura <[email protected]>
1 parent 133f772 commit b9a586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/node/pods.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var _ = SIGDescribe("Pods Extended", func() {
4848
/*
4949
Release : v1.15
5050
Testname: Pods, delete grace period
51-
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.
51+
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.
5252
*/
5353
ginkgo.It("should be submitted and removed [Flaky]", func() {
5454
ginkgo.By("creating the pod")

0 commit comments

Comments
 (0)