reflect the above changes ; forgot a facility field
This commit is contained in:
parent
fcafed9a7e
commit
2b0a58c2f2
@ -165,7 +165,7 @@ vows.describe('log4js gelfAppender').addBatch({
|
|||||||
},
|
},
|
||||||
'should pick up the options': function(message) {
|
'should pick up the options': function(message) {
|
||||||
assert.equal(message.host, 'cheese');
|
assert.equal(message.host, 'cheese');
|
||||||
assert.equal(message.facility, 'nonsense');
|
assert.equal(message._facility, 'nonsense');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user