Skip to content

Commit 2a41094

Browse files
author
Will Toozs
committed
fixup: small fixups
1 parent 29ebf3f commit 2a41094

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/functional/aws-node-sdk/test/object/post.js

-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ describe('POST object', () => {
177177
.then(response => {
178178
assert.equal(response.status, 204);
179179
assert.equal(response.headers.location, `/${bucketName}/${filename}`);
180-
assert.equal(response.headers.bucket, bucketName);
181180
done();
182181
})
183182
.catch(err => {
@@ -212,7 +211,6 @@ describe('POST object', () => {
212211
.then(response => {
213212
assert.equal(response.status, 204);
214213
assert.equal(response.headers.location, `/${bucketName}/${encodedKey}`);
215-
assert.equal(response.headers.bucket, bucketName);
216214
done();
217215
})
218216
.catch(err => {

tests/unit/helpers.js

-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ const versioningTestUtils = {
378378
const params = {
379379
bucketName,
380380
formData: {
381-
bucket: bucketName,
382381
key: keyName,
383382
},
384383
fileEventData: {},

0 commit comments

Comments
 (0)