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) {
830
830
AcceptedHostnames : map [string ][]string {},
831
831
FailedConditions : []conditions.Condition {conditions .NewRouteHostnameConflict ()},
832
832
},
833
- SectionName : nil , // No expansion - represents attachment to all listeners
833
+ SectionName : nil , // represents attachment to all listeners
834
834
},
835
835
},
836
836
Spec : L4RouteSpec {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ func TestBuildSectionNameRefs(t *testing.T) {
121
121
{
122
122
Idx : 6 ,
123
123
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
125
125
},
126
126
}
127
127
You can’t perform that action at this time.
0 commit comments