Skip to content

Commit 30b0611

Browse files
committed
test: fix runner
1 parent 3d22a22 commit 30b0611

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/tools/unified-spec-runner/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ export interface ClientEncryptionEntity {
221221
| UnnamedKMSProviders['local']
222222
| undefined;
223223
};
224+
keyExpirationMS?: number;
224225
};
225226
}
226227

test/tools/unified-spec-runner/unified-utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ export async function createClientEncryption(
520520
const {
521521
keyVaultClient,
522522
keyVaultNamespace,
523+
keyExpirationMS,
523524
kmsProviders: kmsProvidersFromTest
524525
} = clientEncryptionOpts;
525526

@@ -571,6 +572,7 @@ export async function createClientEncryption(
571572
keyVaultClient: clientEntity,
572573
kmsProviders,
573574
keyVaultNamespace,
575+
keyExpirationMS,
574576
tlsOptions: parseTLSOptions()
575577
};
576578

0 commit comments

Comments
 (0)