Skip to content

Commit b6fb2c2

Browse files
committed
fix: comments
1 parent 04c6271 commit b6fb2c2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/client-side-encryption/client_encryption.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ export interface ClientEncryptionOptions {
886886
tlsOptions?: CSFLEKMSTlsOptions;
887887

888888
/**
889-
* Sets the expiration time for the DEK in the cache in milliseconds. Defaults to 60000.
889+
* Sets the expiration time for the DEK in the cache in milliseconds. Defaults to 60000. 0 means no timeout.
890890
*/
891891
keyExpirationMS?: number;
892892

test/integration/client-side-encryption/client_side_encryption.spec.test.ts

-7
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ describe('Client Side Encryption (Legacy)', function () {
109109
if (typeof result === 'string') return result;
110110
}
111111

112-
if (['Insert with deterministic encryption, then find it'].includes(description)) {
113-
const result = configuration.filters.ClientSideEncryptionFilter.filter({
114-
metadata: { requires: { clientSideEncryption: '>=6.4.0' } }
115-
});
116-
117-
if (typeof result === 'string') return result;
118-
}
119112
return true;
120113
});
121114
});

0 commit comments

Comments
 (0)