@@ -214,6 +214,7 @@ func TestMakeHTTPRoute(t *testing.T) {
214
214
Type : ptr (gatewayapi .PathMatchPathPrefix ),
215
215
Value : pointer .String ("/" ),
216
216
},
217
+ Headers : HTTPHeaderMatchList {},
217
218
},
218
219
},
219
220
}},
@@ -293,6 +294,7 @@ func TestMakeHTTPRoute(t *testing.T) {
293
294
Type : ptr (gatewayapi .PathMatchPathPrefix ),
294
295
Value : pointer .String ("/" ),
295
296
},
297
+ Headers : HTTPHeaderMatchList {},
296
298
}},
297
299
}},
298
300
CommonRouteSpec : gatewayapi.CommonRouteSpec {
@@ -516,6 +518,7 @@ func TestMakeRedirectHTTPRoute(t *testing.T) {
516
518
Type : ptr (gatewayapi .PathMatchPathPrefix ),
517
519
Value : pointer .String ("/" ),
518
520
},
521
+ Headers : HTTPHeaderMatchList {},
519
522
},
520
523
},
521
524
}},
@@ -549,6 +552,7 @@ func TestMakeRedirectHTTPRoute(t *testing.T) {
549
552
Type : ptr (gatewayapi .PathMatchPathPrefix ),
550
553
Value : pointer .String ("/" ),
551
554
},
555
+ Headers : HTTPHeaderMatchList {},
552
556
}},
553
557
}},
554
558
CommonRouteSpec : gatewayapi.CommonRouteSpec {
0 commit comments