Skip to content

Commit 6ce774c

Browse files
committed
remove expansion comments
1 parent 58c4a23 commit 6ce774c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/controller/state/graph/graph_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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{

internal/controller/state/graph/route_common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)