Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Jan 9, 2025
1 parent 5a8d0a0 commit 348215a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion receiver/zipkinreceiver/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestValidateConfig(t *testing.T) {
expected: &Config{
Protocols: ProtocolTypes{
HTTP: confighttp.ServerConfig{
Endpoint: defaultHTTPEndpoint,
Endpoint: "localhost:8765",
},
},
ParseStringTags: false,
Expand Down
1 change: 0 additions & 1 deletion receiver/zipkinreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.22.7

require (
github.com/jaegertracing/jaeger v1.64.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.115.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.117.0
github.com/openzipkin/zipkin-go v0.4.3
Expand Down
2 changes: 0 additions & 2 deletions receiver/zipkinreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 348215a

Please sign in to comment.