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
@@ -136,7 +136,7 @@ describe('Client Side Encryption Corpus', function() {
136
136
returnPromise.resolve()
137
137
.then(()=>client.connect())
138
138
.then(()=>{
139
-
// 3. Using ``client``, drop the collection ``admin.datakeys``. Insert the documents `corpus/corpus-key-local.json <../corpus/corpus-key-local.json>`_ and `corpus/corpus-key-aws.json <../corpus/corpus-key-aws.json>`_.
139
+
// 3. Using ``client``, drop the collection ``keyvault.datakeys``. Insert the documents `corpus/corpus-key-local.json <../corpus/corpus-key-local.json>`_ and `corpus/corpus-key-aws.json <../corpus/corpus-key-aws.json>`_.
140
140
constkeyDb=client.db(keyVaultDbName);
141
141
returnPromise.resolve()
142
142
.then(()=>keyDb.dropCollection(keyVaultCollName))
@@ -182,7 +182,7 @@ describe('Client Side Encryption Corpus', function() {
// Configure both objects with the ``local`` KMS providers as follows:
804
804
// .. code:: javascript
805
805
// { "local": { "key": <base64 decoding of LOCAL_MASTERKEY> }}
806
-
// Configure both objects with ``keyVaultNamespace`` set to ``admin.datakeys``.
806
+
// Configure both objects with ``keyVaultNamespace`` set to ``keyvault.datakeys``.
807
807
// Configure ``client_encrypted`` to use the schema `external/external-schema.json <../external/external-schema.json>`_ for ``db.coll`` by setting a schema map like: ``{ "db.coll": <contents of external-schema.json>}``
0 commit comments