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 825a9df commit 97c2891Copy full SHA for 97c2891
tests/functional/aws-node-sdk/test/multipleBackend/utils.js
@@ -14,7 +14,7 @@ const { v4: uuidv4 } = require('uuid');
14
15
const azure = require('@azure/storage-blob');
16
17
-const { GCP } = storage.data.external;
+const { GCP } = storage.data.external.GCP;
18
19
const { getRealAwsConfig } = require('../support/awsConfig');
20
const { config } = require('../../../../../lib/Config');
0 commit comments