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
64b129a0aa
commit
b6e27031bc
@ -103,7 +103,7 @@ test('log4js redisAppender', (batch) => {
|
||||
}
|
||||
});
|
||||
|
||||
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