Skip to content

Commit f0516ad

Browse files
committed
f
1 parent 9f97499 commit f0516ad

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/e2e/crds/v2/consumer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ spec:
609609
request := func(path string, username, password string) int {
610610
return s.NewAPISIXClient().GET(path).WithBasicAuth(username, password).WithHost("httpbin").Expect().Raw().StatusCode
611611
}
612-
FIt("ApisixRoute with ldapAuth consumer using secret", func() {
612+
It("ApisixRoute with ldapAuth consumer using secret", func() {
613613
secret := `
614614
apiVersion: v1
615615
kind: Secret

test/e2e/crds/v2/route.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ spec:
13581358
})
13591359

13601360
Context("Test ApisixRoute WebSocket Support", func() {
1361-
FIt("basic websocket functionality", func() {
1361+
It("basic websocket functionality", func() {
13621362
const websocketServerResources = `
13631363
apiVersion: v1
13641364
kind: Pod
@@ -1370,7 +1370,7 @@ spec:
13701370
containers:
13711371
- name: websocket-server
13721372
image: jmalloc/echo-server:latest
1373-
imagePullPolicy: IfNotPresent
1373+
imagePullPolicy: IfNotPresent
13741374
ports:
13751375
- containerPort: 8080
13761376
---

test/e2e/crds/v2/tls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ spec:
169169
}).WithTimeout(30*time.Second).ProbeEvery(1*time.Second).ShouldNot(HaveOccurred(), "tls secret updated in dataplane")
170170
})
171171

172-
FIt("ApisixTls with mTLS test", func() {
172+
It("ApisixTls with mTLS test", func() {
173173
const host = "api6.com"
174174

175175
By("generate mTLS certificates")

0 commit comments

Comments
 (0)