Skip to content

Commit

Permalink
Use different route
Browse files Browse the repository at this point in the history
Signed-off-by: lubronzhan <lubronzhan@gmail.com>
  • Loading branch information
lubronzhan committed Mar 13, 2024
1 parent 8ae47b6 commit ab1a739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/dag/dag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func TestHasConflictRouteForVirtualHost(t *testing.T) {
},
rs: []Route{
{
Kind: KindTCPRoute,
Kind: KindGRPCRoute,
Name: "a",
Namespace: "b",
PathMatchCondition: prefixSegment("/path1"),
Expand Down Expand Up @@ -374,7 +374,7 @@ func TestHasConflictRouteForVirtualHost(t *testing.T) {
},
},
{
Kind: KindTCPRoute,
Kind: KindGRPCRoute,
Name: "c",
Namespace: "d",
PathMatchCondition: prefixSegment("/path1"),
Expand Down

0 comments on commit ab1a739

Please sign in to comment.