We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86957e commit 9d63fa4Copy full SHA for 9d63fa4
tests/s3-handler.js
@@ -19,8 +19,6 @@ describe('S3 handler tests', () => {
19
beforeEach(() => {
20
sandbox.spy(scanii.ScaniiClient);
21
22
- // wrapping some fakes around the AWS sdk:
23
- // AWS.S3.prototype.getSignedUrl = () => 'https://example.com/1234?q=124';
24
CONFIG.CALLBACK_URL = "https://example.com/callback/";
25
CONFIG.KEY = "k";
26
CONFIG.SECRET = "s";
0 commit comments