From 92695ba4dca06a2371e62b646751742b2ce3e7b0 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sun, 29 May 2022 16:57:40 -0400 Subject: [PATCH] fix Signed-off-by: Yuri Shkuro --- cmd/collector/app/collector_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/collector/app/collector_test.go b/cmd/collector/app/collector_test.go index b4a4af04a73f..862086ba779d 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 {