Skip to content

Commit

Permalink
updated profile test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bishop authored and Simon Bishop committed Nov 18, 2016
1 parent c16a638 commit 4d3bc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/d3_security_tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,8 @@ describe('d3-security-tokens', function () {

happnMock.services.security.__profileSession(session);

expect(session.policy[0].ttl).to.be(2592000000);
expect(session.policy[1].ttl).to.be(2592000000);
expect(session.policy[0].ttl).to.be(0);
expect(session.policy[1].ttl).to.be(0);

expect(session.policy[0].inactivity_threshold).to.be(Infinity);
expect(session.policy[1].inactivity_threshold).to.be(Infinity);
Expand Down

0 comments on commit 4d3bc94

Please sign in to comment.