@@ -64,8 +64,8 @@ describe('Collector tests', function() {
6464
6565 fakePost = sinon . stub ( alcollector . AlServiceC . prototype , 'post' ) . callsFake (
6666 function fakeFn ( path , extraOptions ) {
67- assert . equal ( extraOptions . headers [ 'Content-Type' ] , 'alertlogic.com/pass-through ' ) ;
68- assert . equal ( path , '/data/aicspmsgs ' ) ;
67+ assert . equal ( extraOptions . headers [ 'Content-Type' ] , 'alertlogic.com/lm3-protobuf ' ) ;
68+ assert . equal ( path , '/data/logmsgs ' ) ;
6969 assert . equal ( expectedBody , extraOptions . body . toString ( 'base64' ) ) ;
7070
7171 return new Promise ( function ( resolve , reject ) {
@@ -106,8 +106,8 @@ describe('Collector tests', function() {
106106
107107 fakePost = sinon . stub ( alcollector . AlServiceC . prototype , 'post' ) . callsFake (
108108 function fakeFn ( path , extraOptions ) {
109- assert . equal ( extraOptions . headers [ 'Content-Type' ] , 'alertlogic.com/pass-through ' ) ;
110- assert . equal ( path , '/data/aicspmsgs ' ) ;
109+ assert . equal ( extraOptions . headers [ 'Content-Type' ] , 'alertlogic.com/lm3-protobuf ' ) ;
110+ assert . equal ( path , '/data/logmsgs ' ) ;
111111 assert . equal ( expectedBody , extraOptions . body . toString ( 'base64' ) ) ;
112112
113113 return new Promise ( function ( resolve , reject ) {
0 commit comments