@@ -82,7 +82,7 @@ describe('EventCauseEmpty', function() {
8282 expect ( trackAnalyticsEvent ) . toHaveBeenCalledWith ( {
8383 eventKey : 'event_cause.snoozed' ,
8484 eventName : 'Event Cause Snoozed' ,
85- org_id : parseInt ( organization . id , 10 ) ,
85+ organization_id : parseInt ( organization . id , 10 ) ,
8686 project_id : parseInt ( project . id , 10 ) ,
8787 platform : project . platform ,
8888 } ) ;
@@ -164,7 +164,7 @@ describe('EventCauseEmpty', function() {
164164 expect ( trackAnalyticsEvent ) . toHaveBeenCalledWith ( {
165165 eventKey : 'event_cause.dismissed' ,
166166 eventName : 'Event Cause Dismissed' ,
167- org_id : parseInt ( organization . id , 10 ) ,
167+ organization_id : parseInt ( organization . id , 10 ) ,
168168 project_id : parseInt ( project . id , 10 ) ,
169169 platform : project . platform ,
170170 } ) ;
@@ -205,7 +205,7 @@ describe('EventCauseEmpty', function() {
205205 expect ( trackAnalyticsEvent ) . toHaveBeenCalledWith ( {
206206 eventKey : 'event_cause.docs_clicked' ,
207207 eventName : 'Event Cause Docs Clicked' ,
208- org_id : parseInt ( organization . id , 10 ) ,
208+ organization_id : parseInt ( organization . id , 10 ) ,
209209 project_id : parseInt ( project . id , 10 ) ,
210210 platform : project . platform ,
211211 } ) ;
0 commit comments