Update redisAppender-test.js

This commit is contained in:
wadecha 2017-03-16 09:21:28 +08:00 committed by GitHub
parent 4c336e13c9
commit df0d8d8b7e

View File

@ -115,16 +115,6 @@ test('log4js redisAppender', (batch) => {
t.end();
});
batch.test('config with layout', (t) => {
const result = setupLogging('config with layout', {
layout: {
type: 'redis'
}
});
t.equal(result.layouts.type, 'redis', 'should configure layout');
t.end();
});
batch.test('separate notification for each event', (t) => {
const setup = setupLogging('separate notification for each event', {
host: '127.0.0.1',