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 Jan 4, 2022
1 parent dc53aeb commit f6b9664
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 f6b9664

Please sign in to comment.