We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870204d commit 09c36ceCopy full SHA for 09c36ce
tests/functional/aws-node-sdk/test/bucket/get.js
@@ -645,7 +645,7 @@ describe('GET Bucket - AWS.S3.listObjects', () => {
645
}
646
});
647
648
- it('should return an XML if the header is only RestoreStatus even without permission', async () => {
+ it('should always (ignore permission) return an XML when the header is RestoreStatus', async () => {
649
const s3 = bucketUtil.s3;
650
const Bucket = bucketName;
651
0 commit comments