File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,6 @@ describe('addNewMask', () => {
58
58
stubGot . post . resolves ( { statusCode : 201 } ) ;
59
59
60
60
const { updateMasks, exitHandler } = proxyquire ( '../lib/addNewMask' , {
61
- '@codefresh-io/cf-telemetry/init' : {
62
- terminate : ( ) => ( {
63
- finally : callback => callback ( ) ,
64
- } )
65
- } ,
66
61
'./helpers' : {
67
62
getServerAddress : stubGetServerAddress ,
68
63
shutdownGracefully,
@@ -133,11 +128,6 @@ describe('addNewMask', () => {
133
128
body : 'Internal Server Error' ,
134
129
} ) ;
135
130
const { updateMasks, exitHandler } = proxyquire ( '../lib/addNewMask' , {
136
- '@codefresh-io/cf-telemetry/init' : {
137
- terminate : ( ) => ( {
138
- finally : callback => callback ( ) ,
139
- } )
140
- } ,
141
131
'@codefresh-io/cf-telemetry/logs' : {
142
132
Logger : function ( ) { return stubLogger } ,
143
133
} ,
You can’t perform that action at this time.
0 commit comments