mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Update redisAppender-test.js
This commit is contained in:
parent
b6e27031bc
commit
0162852d8a
@ -109,7 +109,7 @@ test('log4js redisAppender', (batch) => {
|
||||
assert.equal(result.redishost.pass, '');
|
||||
assert.equal(result.redishost.channel, 'log');
|
||||
assert.equal(result.redishost.type, 'redis');
|
||||
assert.equal(result.redishost.layout, { type: 'tester' });
|
||||
assert.equal(result.redishost.layout.type, 'tester');
|
||||
assert.end();
|
||||
});
|
||||
t.end();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user