Skip to content

Commit

Permalink
fix: bucket encryption test (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedestrian93 authored and PeterRao committed Dec 27, 2019
1 parent 68be73e commit a7d4904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/bucket.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ describe('test/bucket.test.js', () => {
// get
const getBucketEncryption = await store.getBucketEncryption(bucket);
assert.equal(getBucketEncryption.res.status, 200);
assert.deepEqual(getBucketEncryption.encryptions, {
assert.deepEqual(getBucketEncryption.encryption, {
SSEAlgorithm: 'AES256'
// KMSMasterKeyID: '1b2c3132-b2ce-4ba3-a4dd-9885904099ad'
});
Expand Down

0 comments on commit a7d4904

Please sign in to comment.