Skip to content

Commit 9d63fa4

Browse files
removed unused line
1 parent a86957e commit 9d63fa4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/s3-handler.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ describe('S3 handler tests', () => {
1919
beforeEach(() => {
2020
sandbox.spy(scanii.ScaniiClient);
2121

22-
// wrapping some fakes around the AWS sdk:
23-
// AWS.S3.prototype.getSignedUrl = () => 'https://example.com/1234?q=124';
2422
CONFIG.CALLBACK_URL = "https://example.com/callback/";
2523
CONFIG.KEY = "k";
2624
CONFIG.SECRET = "s";

0 commit comments

Comments
 (0)