File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/browser/test/unit/transports Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ describe('BaseTransport', () => {
53
53
54
54
expect ( sendBeaconSpy ) . toHaveBeenCalledWith (
55
55
envelopeEndpoint ,
56
- `{"type":"client_report"}\n{"timestamp":1337,"discarded_events":${ JSON . stringify ( outcomes ) } }` ,
56
+ `{}\n{ "type":"client_report"}\n{"timestamp":1337,"discarded_events":${ JSON . stringify ( outcomes ) } }` ,
57
57
) ;
58
58
} ) ;
59
59
@@ -89,7 +89,7 @@ describe('BaseTransport', () => {
89
89
90
90
expect ( sendBeaconSpy ) . toHaveBeenCalledWith (
91
91
envelopeEndpoint ,
92
- `{"type":"client_report"}\n{"timestamp":1337,"discarded_events":${ JSON . stringify ( outcomes ) } }` ,
92
+ `{}\n{ "type":"client_report"}\n{"timestamp":1337,"discarded_events":${ JSON . stringify ( outcomes ) } }` ,
93
93
) ;
94
94
} ) ;
95
95
} ) ;
You can’t perform that action at this time.
0 commit comments