Skip to content

Commit

Permalink
S3C-7988:setting Id as string on schema
Browse files Browse the repository at this point in the history
Signed-off-by: Maha Benzekri <[email protected]>
  • Loading branch information
benzekrimaha committed Sep 12, 2023
1 parent 477e7c7 commit b40f0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/policy/test_policyValidator.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const sampleUserPolicy = {
};
const sampleResourcePolicy = {
Version: '2012-10-17',
Id: 'PolicyId12312345',
Id: 'cd3ad3d9-2776-4ef1-a904-4c229d1642ee',
Statement: [
{
Sid: 'ResourcePolicy1',
Expand Down

0 comments on commit b40f0b9

Please sign in to comment.