Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Aug 8, 2024
1 parent c695030 commit abd8dd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/mode/static/state/graph/policies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ func TestProcessPolicies(t *testing.T) {
}

func TestProcessPolicies_RouteOverlap(t *testing.T) {
t.Parallel()
hrRefCoffee := createTestRef(kinds.HTTPRoute, v1.GroupName, "hr-coffee")
hrRefCoffeeTea := createTestRef(kinds.HTTPRoute, v1.GroupName, "hr-coffee-tea")

Expand Down Expand Up @@ -922,7 +923,9 @@ func TestProcessPolicies_RouteOverlap(t *testing.T) {
}

for _, test := range tests {
test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()
g := NewWithT(t)

processed := processPolicies(test.policies, test.validator, gateways, test.routes, nil)
Expand Down

0 comments on commit abd8dd5

Please sign in to comment.