Skip to content

Commit

Permalink
ARSN-363: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Toozs committed Dec 15, 2023
1 parent 9ec66b7 commit 3ba9404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/policyEvaluator/RequestContext.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ describe('RequestContext', () => {
specificResource: 'specific-resource',
sslEnabled: true,
tokenIssueTime: null,
objectLockRetentionDays: null,
};
it('serialize()', () => {
assert.deepStrictEqual(JSON.parse(rc.serialize()), SerializedFields);
Expand Down

0 comments on commit 3ba9404

Please sign in to comment.