Skip to content

Commit

Permalink
SMC-734: fixed failing test session-lifecycle-events
Browse files Browse the repository at this point in the history
  • Loading branch information
southbite committed Nov 27, 2021
1 parent d95ee61 commit 42397b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/session/session-lifecycle-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ describe(tests.testName(__filename, 3), function() {
tests.expect(eventData.id).to.be(socketClientSessionId);
tests.expect(eventData.legacyPing).to.be(false);
tests.expect(Number.isInteger(eventData.msgCount)).to.be(true);
tests.expect(eventData.isEncrypted).to.be(false);
tests.expect(eventData.protocol).to.be(protocol || `happn_${tests.happnPackage.protocol}`);
tests.expect(eventData.tlsEncrypted).to.be(false);
tests.expect(eventData.browser).to.be(false);
tests.expect(eventData.intraProc).to.be(false);
tests.expect(eventData.sourceAddress).to.be('127.0.0.1');
Expand Down

0 comments on commit 42397b9

Please sign in to comment.