Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 7a1a887

Browse files
committed
missed some tests
1 parent a230cc8 commit 7a1a887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api_server/modules/inbound_emails/test/tracking_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class TrackingTest extends InboundEmailMessageTest {
107107
messageId: data.messageId || '<missing messageId>',
108108
timestamp: data.timestamp || '<missing timestamp>',
109109
anonymousId: data.anonymousId || '<missing anonymousId>',
110+
session_id: data.session_id || '<missing session_id>',
110111
type: 'track',
111112
properties: {
112113
//user_id: this.currentUser.user.nrUserId,

0 commit comments

Comments
 (0)