Skip to content

Commit

Permalink
internal/telemetry: do not send app-dependencies-loaded in the absenc…
Browse files Browse the repository at this point in the history
…e of Go dependencies
  • Loading branch information
Julio-Guerra committed Jun 12, 2024
1 parent 9b20ec5 commit 07b19ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/telemetry/telemetry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func TestRegisterAppConfig(t *testing.T) {
require.Equal(t, RequestTypeAppStarted, req.RequestType)
appStarted := req.Payload.(*AppStarted)
cfg := appStarted.Configuration
require.Len(t, cfg, 2)
require.Contains(t, cfg, Configuration{Name: "key1", Value: "val1", Origin: OriginDefault})
require.Contains(t, cfg, Configuration{Name: "key2", Value: "val2", Origin: OriginDDConfig})

Expand Down

0 comments on commit 07b19ed

Please sign in to comment.