From 2b0a58c2f28c559eb6ca7708a2888b8a88e79c2b Mon Sep 17 00:00:00 2001 From: Jens John Date: Fri, 11 Jul 2014 13:02:06 +0900 Subject: [PATCH] reflect the above changes ; forgot a facility field --- test/gelfAppender-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gelfAppender-test.js b/test/gelfAppender-test.js index 72dcf0d..44774ce 100644 --- a/test/gelfAppender-test.js +++ b/test/gelfAppender-test.js @@ -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'); } } },