Skip to content

Commit 9e8be42

Browse files
aburan28cursoragent
andcommitted
fix: remove address: null from admission control testdata output
The CI YAML marshaling (Linux/amd64) omits nil *string fields while local macOS/arm64 includes them as null. Remove address: null to match CI's regenerated output and pass gen-check. Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Adam Buran <aburan28@gmail.com>
1 parent dfcc064 commit 9e8be42

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/gatewayapi/testdata/backendtrafficpolicy-admission-control.out.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ infraIR:
122122
envoy-gateway/gateway-1:
123123
proxy:
124124
listeners:
125-
- address: null
126-
name: envoy-gateway/gateway-1/http
125+
- name: envoy-gateway/gateway-1/http
127126
ports:
128127
- containerPort: 10080
129128
name: http-80

0 commit comments

Comments
 (0)