Skip to content

Commit 3aadbde

Browse files
author
Will Toozs
committed
fixup: fn test fixup
1 parent 2a7d4cf commit 3aadbde

File tree

1 file changed

+0
-1
lines changed
  • tests/functional/aws-node-sdk/test/object

1 file changed

+0
-1
lines changed

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

-1
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.key, filename);
181180
assert.equal(response.headers.bucket, bucketName);
182181
done();
183182
})

0 commit comments

Comments
 (0)