Skip to content

Commit

Permalink
Update tests/unit/policyEvaluator/RequestContext.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: William <[email protected]>
  • Loading branch information
benzekrimaha and williamlardier authored Jan 2, 2025
1 parent 4ee45c1 commit 3a9e1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/policyEvaluator/RequestContext.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ describe('RequestContext', () => {
const ssoRC = new RequestContext(...ssoParams);
assert.strictEqual(ssoRC.getResource(), 'arn:scality:sso:::general-resource/specific-resource');
});
});
});

0 comments on commit 3a9e1d0

Please sign in to comment.