Skip to content

Commit 204cfdf

Browse files
committed
fixup! CLDSRV-780: add server access logs functional tests
1 parent aee2ae8 commit 204cfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/aws-node-sdk/test/serverAccessLogs/testServerAccessLogFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async function cleanupBuckets(s3) {
8181
await s3.deleteBucket({ Bucket: bucket.Name }).promise();
8282
lastAction = 'DeleteBucket';
8383
}
84-
return lastAction
84+
return lastAction;
8585
}
8686

8787
var bu;

0 commit comments

Comments
 (0)