Skip to content

Commit 45c4c23

Browse files
committed
fix: test
1 parent f965785 commit 45c4c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.26.custom_aws_credential_providers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('25. Custom AWS Credential Providers', metadata, () => {
6969
});
7070

7171
it('is successful', async function () {
72-
const dk = await clientEncryption.createDataKey('aws', masterKey);
72+
const dk = await clientEncryption.createDataKey('aws', { masterKey });
7373
expect(dk).to.be.instanceOf(Binary);
7474
});
7575
});

0 commit comments

Comments
 (0)