Skip to content

Commit 34e706c

Browse files
committed
crr fixup on tests
1 parent f8e16c6 commit 34e706c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/api/objectReplicationMD.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ describe('Replication object MD without bucket replication config', () => {
375375
next => {
376376
const objectMD = metadata.keyMaps.get(bucketName).get(keyA);
377377
// Update metadata to a status after replication has occurred.
378-
objectMD.replicationInfo.status = 'PENDING';
378+
objectMD.replicationInfo.status = 'COMPLETED';
379379
objectPutACL(authInfo, objectACLReq, log, next);
380380
},
381381
], err => {

0 commit comments

Comments
 (0)