Skip to content

Commit

Permalink
fixing unit tests for TCP Route Match
Browse files Browse the repository at this point in the history
  • Loading branch information
dileepng committed Aug 7, 2023
1 parent cd5cd03 commit e4b40e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pkg/conversions/virtualrouter_types_conversion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2976,7 +2976,6 @@ func TestConvert_CRD_Route_To_SDK_RouteSpec(t *testing.T) {
},
},
},
Match: &appmeshsdk.TcpRouteMatch{},
},
Priority: nil,
},
Expand Down Expand Up @@ -3276,7 +3275,6 @@ func TestConvert_CRD_Route_To_SDK_RouteSpec(t *testing.T) {
},
},
},
Match: &appmeshsdk.TcpRouteMatch{},
},
Priority: aws.Int64(400),
},
Expand Down
1 change: 0 additions & 1 deletion pkg/virtualrouter/routes_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,6 @@ func Test_BuildSDKRouteSpec(t *testing.T) {
},
},
},
Match: &appmeshsdk.TcpRouteMatch{},
},
},
},
Expand Down

0 comments on commit e4b40e7

Please sign in to comment.