Skip to content

Commit a4f0b42

Browse files
authored
fix(exporter-logs-otlp-grpc): make test server use port 1503 (#3842)
1 parent 622955a commit a4f0b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/packages/exporter-logs-otlp-grpc/test/OTLPLogExporter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const includeDirs = [
4444
path.resolve(__dirname, '../../otlp-grpc-exporter-base/protos'),
4545
];
4646

47-
const address = 'localhost:1501';
47+
const address = 'localhost:1503';
4848

4949
type TestParams = {
5050
useTLS?: boolean;

0 commit comments

Comments
 (0)