Skip to content

Commit

Permalink
test(NODE-3777): check topology filter on evg
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Feb 3, 2022
1 parent 1e19b5b commit d348e10
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
'base64'
);

context('when kmip is the kms provider', metadata, function () {
context('when kmip is the kms provider', metadata, async function () {
const autoEncryptionOptions = {
keyVaultNamespace,
kmsProviders: {
Expand Down Expand Up @@ -105,8 +105,8 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
await client.close();
});

context('when encrypting with kmip', metadata, function () {
context('when not providing an endpoint in the master key', metadata, function () {
context('when encrypting with kmip', metadata, async function () {
context('when not providing an endpoint in the master key', metadata, async function () {
const masterKey = { keyId: '1' };
let dataKey;
let encrypted;
Expand Down Expand Up @@ -202,7 +202,7 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
* - Create client encryption expired
* - Create client encryption invalid hostname
*/
context('when passing through tls options', metadata, function () {
context('when passing through tls options', metadata, async function () {
let tlsCaOptions;
let clientNoTlsOptions;
let clientWithTlsOptions;
Expand Down

0 comments on commit d348e10

Please sign in to comment.