Skip to content

Commit

Permalink
test(NODE-3777): ensure kmip key is inserted
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Dec 21, 2021
1 parent 9e1c944 commit 7ae248e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('Client Side Encryption Corpus', function () {
.catch(() => {})
.then(() => keyDb.collection(keyVaultCollName))
.then(keyColl =>
keyColl.insertMany([corpusKeyLocal, corpusKeyAws, corpusKeyAzure, corpusKeyGcp])
keyColl.insertMany([corpusKeyLocal, corpusKeyAws, corpusKeyAzure, corpusKeyGcp, corpusKeyKmip])
);
});
});
Expand Down

0 comments on commit 7ae248e

Please sign in to comment.