File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -448,16 +448,16 @@ class ResembleHelper extends Helper {
448448 await this . _addAttachment ( baseImage , misMatch , options ) ;
449449 await this . _addMochaContext ( baseImage , misMatch , options ) ;
450450 if ( awsC !== undefined ) {
451- await this . _upload (
452- awsC . accessKeyId ,
453- awsC . secretAccessKey ,
454- awsC . region ,
455- awsC . bucketName ,
456- baseImage ,
457- options ,
458- awsC . endpoint ,
459- awsC . uploadOnlyBaseImage
460- ) ;
451+ await this . _upload (
452+ awsC . accessKeyId ,
453+ awsC . secretAccessKey ,
454+ awsC . region ,
455+ awsC . bucketName ,
456+ baseImage ,
457+ options ,
458+ awsC . endpoint ,
459+ awsC . uploadOnlyBaseImage ,
460+ ) ;
461461 }
462462
463463 this . debug ( `MisMatch Percentage Calculated is ${ misMatch } for baseline ${ baseImage } ` ) ;
You can’t perform that action at this time.
0 commit comments