File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ dashboard_configuration:
9595 host: "0.0.0.0"
9696 cron_spec: "@every 1s"
9797 plugins:
98+ - error-page
9899 - real-ip
99100 #- ai
100101 - error-page
Original file line number Diff line number Diff line change 3939 allow_admin:
4040 - all
4141 plugins:
42+ - error-page
4243 - real-ip
4344 - ai
4445 - client-control
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "github.com/api7/api7-ingress-controller/test/e2e/scaffold"
1212)
1313
14- var _ = FDescribe ("Test GatewayProxy" , func () {
14+ var _ = Describe ("Test GatewayProxy" , func () {
1515 s := scaffold .NewDefaultScaffold ()
1616
1717 var defaultGatewayClass = `
@@ -252,7 +252,7 @@ spec:
252252 It ("Should work OK with error-page" , func () {
253253 By ("Update GatewayProxy with PluginMetadata" )
254254 err = s .CreateResourceFromString (gatewayProxyWithPluginMetadata )
255- Ω (err ).ShouldNot (HaveOccurred ())
255+ Expect (err ).ShouldNot (HaveOccurred ())
256256 time .Sleep (5 * time .Second )
257257
258258 By ("Create HTTPRoute for Gateway with GatewayProxy" )
You can’t perform that action at this time.
0 commit comments