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 5c9cd2c commit fdd6e44Copy full SHA for fdd6e44
tests/functional/aws-node-sdk/test/support/config.js
@@ -4,7 +4,7 @@ const { NodeHttpHandler } = require('@smithy/node-http-handler');
4
5
const { getCredentials } = require('./credentials');
6
const { getAwsCredentials } = require('./awsConfig');
7
-const conf = require('../../../../../lib/Config').config;\
+const conf = require('../../../../../lib/Config').config;
8
9
const transport = conf.https ? 'https' : 'http';
10
0 commit comments