Skip to content

Commit

Permalink
feat: fixing failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny committed Dec 14, 2020
1 parent f538b79 commit 6d9bca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const applyCustomAttributesOnSpanErrorMessage =
'bad applyCustomAttributesOnSpan function';

let server: http.Server;
const serverPort = 22345;
const serverPort = 22346;
const protocol = 'http';
const hostname = 'localhost';
const pathname = '/test';
Expand Down

0 comments on commit 6d9bca9

Please sign in to comment.