Skip to content

Commit 9dc216d

Browse files
committed
fix: forgot to unfocus an e2e test
1 parent 3a62bf8 commit 9dc216d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/smoke_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ var _ = Describe("Operator smoke test", func() {
412412
}
413413
})
414414

415-
FIt("using grpcs for storage connection", func() {
415+
It("using grpcs for storage connection", func() {
416416
By("create storage certificate secret...")
417417
storageCert := testobjects.StorageCertificate()
418418
Expect(k8sClient.Create(ctx, storageCert)).Should(Succeed())
@@ -591,7 +591,7 @@ var _ = Describe("Operator smoke test", func() {
591591
}, Timeout, Interval).Should(BeTrue())
592592
})
593593

594-
FIt("TLS for status service", func() {
594+
It("TLS for status service", func() {
595595
tlsHTTPCheck := func(port int, serverName string) error {
596596
url := fmt.Sprintf("https://localhost:%d/", port)
597597
cert, err := os.ReadFile(testobjects.TestCAPath)

0 commit comments

Comments
 (0)