Skip to content

Commit 09c36ce

Browse files
committed
♻️ rename test to be more clear
Issue: CLDSRV-813
1 parent 870204d commit 09c36ce

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

tests/functional/aws-node-sdk/test/bucket/get.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ describe('GET Bucket - AWS.S3.listObjects', () => {
645645
}
646646
});
647647

648-
it('should return an XML if the header is only RestoreStatus even without permission', async () => {
648+
it('should always (ignore permission) return an XML when the header is RestoreStatus', async () => {
649649
const s3 = bucketUtil.s3;
650650
const Bucket = bucketName;
651651

0 commit comments

Comments
 (0)