Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Jan 26, 2022
1 parent 0dd30c6 commit 9aab6cf
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions kong/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,27 +207,6 @@ func TestFillRoutesDefaults(T *testing.T) {
HTTPSRedirectStatusCode: Int(426),
},
},
// TODO: re-add once upstream patch has been merged.
// https://github.com/imdario/mergo/pull/203
// {
// name: "set opposite bools",
// route: &Route{
// Name: String("r1"),
// Paths: []*string{String("/r1")},
// Protocols: []*string{String("grpc")},
// StripPath: Bool(false),
// PreserveHost: Bool(true),
// },
// expected: &Route{
// Name: String("r1"),
// Paths: []*string{String("/r1")},
// PreserveHost: Bool(true),
// Protocols: []*string{String("grpc")},
// RegexPriority: Int(0),
// StripPath: Bool(false),
// HTTPSRedirectStatusCode: Int(426),
// },
// },
}

for _, tc := range tests {
Expand Down

0 comments on commit 9aab6cf

Please sign in to comment.