Skip to content

Commit df3fa5e

Browse files
committed
update test
1 parent c89ea7a commit df3fa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/crds/v2/tls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var _ = Describe("Test ApisixTls", Label("apisix.apache.org", "v2", "apisixtls")
127127
Expect(err).ShouldNot(HaveOccurred(), "deleting IngressClass")
128128
})
129129
normalizePEM := func(s string) string {
130-
return strings.TrimSpace(s) // 去掉首尾空白,包括末尾换行
130+
return strings.TrimSpace(s)
131131
}
132132

133133
It("Basic ApisixTls test", func() {

0 commit comments

Comments
 (0)