8000 Update redisAppender-test.js · mKoder/log4js-node@64b129a · GitHub
[go: up one dir, main page]

Skip to content

Commit 64b129a

Browse files
authored
Update redisAppender-test.js
1 parent da7c236 commit 64b129a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/tap/redisAppender-test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ function setupLogging(category, options) {
1313
port: options.port,
1414
pass: options.pass,
1515
channel: options.channel,
16-
category: options.category,
1716
layout: options.layout
1817
};
1918

@@ -99,7 +98,6 @@ test('log4js redisAppender', (batch) => {
9998
pass: '',
10099
channel: 'log',
101100
type: 'redis',
102-
category: 'redis',
103101
layout: {
104102
type: 'tester'
105103
}
@@ -111,7 +109,6 @@ test('log4js redisAppender', (batch) => {
111109
assert.equal(result.redishost.pass, '');
112110
assert.equal(result.redishost.channel, 'log');
113111
assert.equal(result.redishost.type, 'redis');
114-
assert.equal(result.redishost.category, 'redis');
115112
assert.equal(result.redishost.layout, { type: 'tester' });
116113
assert.end();
117114
});
@@ -125,7 +122,6 @@ test('log4js redisAppender', (batch) => {
125122
pass: '',
126123
channel: 'log',
127124
type: 'redis',
128-
category: 'redis',
129125
layout: {
130126
type: 'tester'
131127
}
@@ -155,7 +151,6 @@ test('log4js redisAppender', (batch) => {
155151
pass: '',
156152
channel: 'log',
157153
type: 'redis',
158-
category: 'redis',
159154
layout: {
160155
type: 'tester'
161156
}

0 commit comments

Comments
 (0)
0