Skip to content

Commit 80ba303

Browse files
authored
test(NODE-5168): fix flaky stubbed key material test (#607)
1 parent 1b3aecd commit 80ba303

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/clientEncryption.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -676,10 +676,6 @@ describe('ClientEncryption', function () {
676676
.then(encrypted => {
677677
expect(encrypted._bsontype).to.equal('Binary');
678678
expect(encrypted.sub_type).to.equal(6);
679-
expect(encrypted.toString('base64')).to.equal(
680-
'BqvN76sSNJh2EjQSNFZ4kBICTQaVZPWgXp41I7mPV1rLFTtw1tXzjcdSEyxpKKqujlko5TeizkB9hHQ009dVY1+fgIiDcefh+eQrm3CkhQ=='
681-
);
682-
683679
return encryption.decrypt(encrypted);
684680
})
685681
.then(decrypted => {

0 commit comments

Comments
 (0)