File tree 1 file changed +0
-5
lines changed 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ function setupLogging(category, options) {
13
13
port : options . port ,
14
14
pass : options . pass ,
15
15
channel : options . channel ,
16
- category : options . category ,
17
16
layout : options . layout
18
17
} ;
19
18
@@ -99,7 +98,6 @@ test('log4js redisAppender', (batch) => {
99
98
pass : '' ,
100
99
channel : 'log' ,
101
100
type : 'redis' ,
102
- category : 'redis' ,
103
101
layout : {
104
102
type : 'tester'
105
103
}
@@ -111,7 +109,6 @@ test('log4js redisAppender', (batch) => {
111
109
assert . equal ( result . redishost . pass , '' ) ;
112
110
assert . equal ( result . redishost . channel , 'log' ) ;
113
111
assert . equal ( result . redishost . type , 'redis' ) ;
114
- assert . equal ( result . redishost . category , 'redis' ) ;
115
112
assert . equal ( result . redishost . layout , { type : 'tester' } ) ;
116
113
assert . end ( ) ;
117
114
} ) ;
@@ -125,7 +122,6 @@ test('log4js redisAppender', (batch) => {
125
122
pass : '' ,
126
123
channel : 'log' ,
127
124
type : 'redis' ,
128
- category : 'redis' ,
129
125
layout : {
130
126
type : 'tester'
131
127
}
@@ -155,7 +151,6 @@ test('log4js redisAppender', (batch) => {
155
151
pass : '' ,
156
152
channel : 'log' ,
157
153
type : 'redis' ,
158
- category : 'redis' ,
159
154
layout : {
160
155
type : 'tester'
161
156
}
You can’t perform that action at this time.
0 commit comments