Skip to content

Commit bbe057d

Browse files
committed
Update test_send.js
1 parent da09227 commit bbe057d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_send.js

-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ describe("SplunkLogger send (integration tests)", function() {
488488
assert.ok(err);
489489
assert.strictEqual(err.message.indexOf("getaddrinfo ENOTFOUND"), 0);
490490
assert.strictEqual(err.code, "ENOTFOUND");
491-
492491
assert.ok(errContext);
493492
var body = JSON.parse(errContext.message);
494493
assert.ok(body.hasOwnProperty("time"));

0 commit comments

Comments
 (0)