File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments