reflect the above changes ; forgot a facility field

This commit is contained in:
Jens John 2014-07-11 13:02:06 +09:00
parent fcafed9a7e
commit 2b0a58c2f2

View File

@ -165,7 +165,7 @@ vows.describe('log4js gelfAppender').addBatch({
},
'should pick up the options': function(message) {
assert.equal(message.host, 'cheese');
assert.equal(message.facility, 'nonsense');
assert.equal(message._facility, 'nonsense');
}
}
},