Skip to content

Commit a658c8c

Browse files
committed
fix test
1 parent 800209d commit a658c8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/e2e/crds/backendtrafficpolicy.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ spec:
4949
- name: http1
5050
protocol: HTTP
5151
port: 80
52+
infrastructure:
53+
parametersRef:
54+
group: gateway.apisix.io
55+
kind: GatewayProxy
56+
name: api7-proxy-config
5257
`
5358

5459
var defaultHTTPRoute = `
@@ -79,7 +84,6 @@ apiVersion: gateway.apisix.io/v1alpha1
7984
kind: BackendTrafficPolicy
8085
metadata:
8186
name: httpbin
82-
namespace: default
8387
spec:
8488
targetRefs:
8589
- name: httpbin-service-e2e-test
@@ -94,7 +98,6 @@ apiVersion: gateway.apisix.io/v1alpha1
9498
kind: BackendTrafficPolicy
9599
metadata:
96100
name: httpbin
97-
namespace: default
98101
spec:
99102
targetRefs:
100103
- name: httpbin-service-e2e-test

0 commit comments

Comments
 (0)