File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
functional/aws-node-sdk/test/object Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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 => {
Original file line number Diff line number Diff line change @@ -378,7 +378,6 @@ const versioningTestUtils = {
378378 const params = {
379379 bucketName,
380380 formData : {
381- bucket : bucketName ,
382381 key : keyName ,
383382 } ,
384383 fileEventData : { } ,
You can’t perform that action at this time.
0 commit comments