Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed Nov 26, 2024
1 parent b476324 commit 084110d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/mongo/driver/crypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ func (c *crypt) decryptKey(kmsCtx *mongocrypt.KmsContext) error {
}
conn, err := tls.Dial("tcp", addr, tlsCfg)
if err != nil {
fmt.Println("failed dialing", addr, err)
return err
}
defer func() {
Expand Down

0 comments on commit 084110d

Please sign in to comment.