Skip to content

Commit 97c2891

Browse files
committed
fixup multiple backend failure
1 parent 825a9df commit 97c2891

File tree

1 file changed

+1
-1
lines changed
  • tests/functional/aws-node-sdk/test/multipleBackend

1 file changed

+1
-1
lines changed

tests/functional/aws-node-sdk/test/multipleBackend/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { v4: uuidv4 } = require('uuid');
1414

1515
const azure = require('@azure/storage-blob');
1616

17-
const { GCP } = storage.data.external;
17+
const { GCP } = storage.data.external.GCP;
1818

1919
const { getRealAwsConfig } = require('../support/awsConfig');
2020
const { config } = require('../../../../../lib/Config');

0 commit comments

Comments
 (0)