Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Kosuke Morimoto <ksk@vdaas.org>
  • Loading branch information
kmrmt committed Aug 19, 2024
1 parent 077da15 commit 3f7f244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/net/http/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
transportComparator = []comparator.Option{
comparator.AllowUnexported(transport{}),
comparator.AllowUnexported(http.Transport{}),
comparator.IgnoreFields(http.Transport{}, "idleLRU", "altProto", "TLSNextProto"),
comparator.IgnoreFields(http.Transport{}, "idleLRU", "altProto", "TLSNextProto", "dialsInProgress"),
comparator.Exporter(func(t reflect.Type) bool {
if t.Name() == "ert" || t.Name() == "backoff" {
return true
Expand Down

0 comments on commit 3f7f244

Please sign in to comment.