File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 := `
614614apiVersion: v1
615615kind: Secret
Original file line number Diff line number Diff 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 = `
13631363apiVersion: v1
13641364kind: 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---
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments