File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 "is" : " ^3.1.0" ,
1919 "isodate-traverse" : " ^0.3.2" ,
2020 "reject" : " 0.0.1" ,
21- "segmentio-integration" : " ^4 .0.0 "
21+ "segmentio-integration" : " ^5 .0.1 "
2222 },
2323 "devDependencies" : {
2424 "istanbul" : " 0.x" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ describe('Heap', function () {
6767 test
6868 . set ( { appId : 'x' } )
6969 . track ( helpers . track ( ) )
70- . error ( 'cannot POST /api/track (400) ' , done ) ;
70+ . error ( 'Bad Request ' , done ) ;
7171 } ) ;
7272
7373 it ( 'should convert dates into ISO string' , function ( done ) {
@@ -98,7 +98,7 @@ describe('Heap', function () {
9898 test
9999 . set ( { appId : 'x' } )
100100 . identify ( helpers . identify ( ) )
101- . error ( 'cannot POST /api/add_user_properties (400) ' , done ) ;
101+ . error ( 'Bad Request ' , done ) ;
102102 } ) ;
103103
104104 it ( 'should convert dates into ISO string' , function ( done ) {
You can’t perform that action at this time.
0 commit comments