Skip to content

Commit

Permalink
drop the TODO, marc's review said this empty response is good
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Nov 13, 2023
1 parent 39b4458 commit e0be467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-test-utils/src/test-fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class TestCollector {
} else {
this._ingestTraces(body);
resStatusCode = 200;
// TODO: I'm not sure what the ExportTraceServiceResponse form should be.
// A full success ExportTraceServiceResponse.
// https://github.com/open-telemetry/opentelemetry-proto/blob/v1.0.0/opentelemetry/proto/collector/trace/v1/trace_service.proto
resBody = '{}';
}
Expand Down

0 comments on commit e0be467

Please sign in to comment.