Skip to content

Commit 1507d44

Browse files
authored
Merge pull request #29 from log4js-node/agent
test: fixed missing a comma
2 parents 7bbd9e8 + 3c53209 commit 1507d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tap/index-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test('logstashappender', (batch) => {
7070
application: 'logstash-sample',
7171
logType: 'application',
7272
logChannel: 'sample',
73-
url: 'http://localhost/receivers/rx1'
73+
url: 'http://localhost/receivers/rx1',
7474
agent,
7575
});
7676

0 commit comments

Comments
 (0)