Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Jul 10, 2023
1 parent 02990b7 commit 8c42df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/api/objectACLauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ describe('without object metadata', () => {

bucket.setCannedAcl(value.canned);
const results = requestTypes.map(type =>
isObjAuthorized(bucket, null, type, value.id, authInfoUser, false, log));
isObjAuthorized(bucket, null, type, value.id, authInfoUser, true, log));
assert.deepStrictEqual(results, value.response);
done();
});
Expand Down

0 comments on commit 8c42df6

Please sign in to comment.