Skip to content

Commit c08a4d4

Browse files
CLDSRV-717: Fix creds for request to bucketSource
1 parent c181b18 commit c08a4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/multipleBackend/routes/routeBackbeatForReplication.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ describe('backbeat routes for replication', () => {
16281628
bucket: bucketSource,
16291629
objectKey: keyName,
16301630
queryObj: { versionId: 'null' },
1631-
authCredentials: destinationAuthCredentials,
1631+
authCredentials: sourceAuthCredentials,
16321632
}, (err, data) => {
16331633
if (err) {
16341634
return next(err);

0 commit comments

Comments
 (0)