diff --git a/exporters/otlp/internal/config_test.go b/exporters/otlp/internal/config_test.go index 064ce6331cb..56dd5885255 100644 --- a/exporters/otlp/internal/config_test.go +++ b/exporters/otlp/internal/config_test.go @@ -53,7 +53,7 @@ func TestCleanPath(t *testing.T) { { name: "spaces trimmed", args: args{ - URLPath: " /dir", + URLPath: " /dir", }, want: "/dir", }, @@ -68,7 +68,7 @@ func TestCleanPath(t *testing.T) { { name: "make absolute", args: args{ - URLPath: "dir/a", + URLPath: "dir/a", }, want: "/dir/a", },