Skip to content

Commit

Permalink
Fix test name in otlploghttp (#5411)
Browse files Browse the repository at this point in the history
  • Loading branch information
XSAM authored May 24, 2024
1 parent ca93aae commit 55ec752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporters/otlp/otlplog/otlploghttp/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func TestNewConfig(t *testing.T) {
},
},
{
name: "EndpointPrecidence",
name: "EndpointPrecedence",
options: []Option{
WithEndpointURL("https://test:8080/path"),
WithEndpoint("not-test:9090"),
Expand All @@ -152,7 +152,7 @@ func TestNewConfig(t *testing.T) {
},
},
{
name: "EndpointURLPrecidence",
name: "EndpointURLPrecedence",
options: []Option{
WithEndpoint("not-test:9090"),
WithURLPath("/alt"),
Expand Down

0 comments on commit 55ec752

Please sign in to comment.