From 4b0f3779ea35329d2ec6187b22bdee3d2606dfd8 Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Thu, 23 May 2024 14:38:30 -0700 Subject: [PATCH] Fix test name in otlploghttp --- exporters/otlp/otlplog/otlploghttp/config_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"),