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
df0d8d8b7e
commit
44616d0704
@ -90,7 +90,7 @@ test('log4js redisAppender', (batch) => {
|
||||
channel: 'log'
|
||||
});
|
||||
|
||||
t.test('redis credentials should match', (assert) => {
|
||||
t.test('redis redishost should match', (assert) => {
|
||||
assert.equal(result.redishost.host, '127.0.0.1');
|
||||
assert.equal(result.redishost.port, 6739);
|
||||
assert.equal(result.redishost.pass, '');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user