You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 2. Using ``client``, drop and create the collection ``db.coll`` configured with the included JSON schema `corpus/corpus-schema.json <../corpus/corpus-schema.json>`_.
@@ -197,7 +203,7 @@ describe('Client Side Encryption Prose Corpus Test', function () {
197
203
}
198
204
};
199
205
constextraOptions=getEncryptExtraOptions();
200
-
constautoEncryption={
206
+
constautoEncryption: AutoEncryptionOptions={
201
207
keyVaultNamespace,
202
208
kmsProviders,
203
209
tlsOptions,
@@ -221,10 +227,10 @@ describe('Client Side Encryption Prose Corpus Test', function () {
221
227
afterEach(()=>clientEncrypted.close());
222
228
223
229
it(
224
-
`should pass corpus ${useClientSideSchema ? 'with' : 'without'} client schema`,
230
+
`should pass corpus ${useClientSideSchema ? 'with' : 'without'} client schema`+i,
225
231
metadata,
226
232
asyncfunction(){
227
-
constcorpusCopied={};
233
+
constcorpusCopied: Record<string,any>={};
228
234
229
235
// 5. Load `corpus/corpus.json <../corpus/corpus.json>`_ to a variable named ``corpus``. The corpus contains subdocuments with the following fields:
230
236
//
@@ -262,7 +268,7 @@ describe('Client Side Encryption Prose Corpus Test', function () {
0 commit comments