Skip to content

Commit

Permalink
Fix Id space on test policy
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Sep 11, 2023
1 parent 549d1df commit 06577cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/models/BucketPolicy.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const BucketPolicy = require('../../../lib/models/BucketPolicy').default;

const testBucketPolicy = {
Version: '2012-10-17',
Id:'cd3ad3d9-2776-4ef1-a904-4c229d1642ee',
Id: 'cd3ad3d9-2776-4ef1-a904-4c229d1642ee',
Statement: [
{
Effect: 'Allow',
Expand Down

0 comments on commit 06577cd

Please sign in to comment.