File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/controller/state/graph Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -830,7 +830,7 @@ func TestBuildGraph(t *testing.T) {
830830 AcceptedHostnames : map [string ][]string {},
831831 FailedConditions : []conditions.Condition {conditions .NewRouteHostnameConflict ()},
832832 },
833- SectionName : nil , // No expansion - represents attachment to all listeners
833+ SectionName : nil , // represents attachment to all listeners
834834 },
835835 },
836836 Spec : L4RouteSpec {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ func TestBuildSectionNameRefs(t *testing.T) {
121121 {
122122 Idx : 6 ,
123123 Gateway : CreateParentRefGateway (gws [gwNsName3 ]),
124- SectionName : nil , // No expansion - keep as nil to represent attachment to all listeners
124+ SectionName : nil , // represents attachment to all listeners
125125 },
126126 }
127127
You can’t perform that action at this time.
0 commit comments