Skip to content

Commit 3c53209

Browse files
committed
test: fixed missing a comma
regression from #30 (b6fdbf8)
1 parent b6fdbf8 commit 3c53209

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)