Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed May 29, 2022
1 parent 8396c65 commit 92695ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/collector/app/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 92695ba

Please sign in to comment.