diff --git a/cmd/collector/app/collector_test.go b/cmd/collector/app/collector_test.go index b4a4af04a73..862086ba779 100644 --- a/cmd/collector/app/collector_test.go +++ b/cmd/collector/app/collector_test.go @@ -108,7 +108,7 @@ func TestCollector_StartErrors(t *testing.T) { options = optionsForEphemeralPorts() options.OTLP.HTTP.HostPort = ":-1" - run("OTLP", options, "could not start OTLP receiver") + run("OTLP/HTTP", options, "could not start OTLP receiver") } type mockStrategyStore struct {