diff --git a/exporters/otlp/otlplog/otlploghttp/config_test.go b/exporters/otlp/otlplog/otlploghttp/config_test.go index bf95c43002e..d07b89d93e4 100644 --- a/exporters/otlp/otlplog/otlploghttp/config_test.go +++ b/exporters/otlp/otlplog/otlploghttp/config_test.go @@ -136,7 +136,7 @@ func TestNewConfig(t *testing.T) { }, }, { - name: "EndpointPrecidence", + name: "EndpointPrecedence", options: []Option{ WithEndpointURL("https://test:8080/path"), WithEndpoint("not-test:9090"), @@ -152,7 +152,7 @@ func TestNewConfig(t *testing.T) { }, }, { - name: "EndpointURLPrecidence", + name: "EndpointURLPrecedence", options: []Option{ WithEndpoint("not-test:9090"), WithURLPath("/alt"),