Skip to content

Commit

Permalink
chore: adjust grpc exporter metrics test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vunovati committed Nov 30, 2023
1 parent 6ca5b05 commit 82c52dc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,7 @@ describe('when configuring via environment', () => {
const collectorExporter = new OTLPMetricExporter({
url: constructorDefinedEndpoint,
});
assert.strictEqual(
collectorExporter._otlpExporter.url,
constructorDefinedEndpoint
);
assert.strictEqual(collectorExporter._otlpExporter.url, 'constructor');
envSource.OTEL_EXPORTER_OTLP_ENDPOINT = '';
});
it('should use headers defined via env', () => {
Expand Down

0 comments on commit 82c52dc

Please sign in to comment.