Skip to content

Commit

Permalink
Golang lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pkcll committed Nov 9, 2024
1 parent 77b7992 commit 1ad6d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/loop_registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ func TestLoopRegistry_Register(t *testing.T) {
require.Equal(t, "http://localhost:9001", envCfg.TelemetryEndpoint)
require.Equal(t, loop.OtelAttributes{"foo": "bar"}, envCfg.TelemetryAttributes)
require.Equal(t, 0.42, envCfg.TelemetryTraceSampleRatio)
require.Equal(t, true, envCfg.TelemetryEmitterBatchProcessor)
require.True(t, envCfg.TelemetryEmitterBatchProcessor)
require.Equal(t, 1*time.Second, envCfg.TelemetryEmitterExportTimeout)
}

0 comments on commit 1ad6d44

Please sign in to comment.