mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
upgrade mongo driver to 1.11 (#19954)
* upgrade mongo driver to 1.11 * add changelog * fix failing test comparison * ignore http.Transport
This commit is contained in:
committed by
GitHub
parent
2145f959e1
commit
53cbcd3f34
@@ -8,6 +8,7 @@ import (
|
||||
"crypto/tls"
|
||||
"crypto/x509"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"reflect"
|
||||
"strings"
|
||||
"sync"
|
||||
@@ -385,6 +386,8 @@ func appendToCertPool(t *testing.T, pool *x509.CertPool, caPem []byte) *x509.Cer
|
||||
}
|
||||
|
||||
var cmpClientOptionsOpts = cmp.Options{
|
||||
cmpopts.IgnoreTypes(http.Transport{}),
|
||||
|
||||
cmp.AllowUnexported(options.ClientOptions{}),
|
||||
|
||||
cmp.AllowUnexported(tls.Config{}),
|
||||
|
||||
Reference in New Issue
Block a user