Skip to content

Commit 6ee9a2c

Browse files
committed
updates
1 parent 9c660ad commit 6ee9a2c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mongo/integration/mtest/mongotest.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,7 @@ func (t *T) RunOpts(name string, opts *Options, callback func(mt *T)) {
232232
}
233233

234234
if sub.fpClient == nil {
235-
clientOpts := sub.clientOpts
236-
if clientOpts != nil {
237-
clientOpts.AutoEncryptionOptions = nil
238-
}
239-
sub.fpClient = sub.createTestClient(clientOpts)
235+
sub.fpClient = t.fpClient
240236
}
241237
// for shareClient, inherit the client from the parent
242238
if sub.shareClient != nil && *sub.shareClient && sub.clientType == t.clientType {

0 commit comments

Comments
 (0)