fix: vet errors (mostly outdated tests)

This commit is contained in:
2026-09-06 17:18:15 +02:00
parent e7ce3afe87
commit 571f9cdcfc
3 changed files with 50 additions and 53 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ func run() error {
}
shutdownTelemetry, err := telemetry.Init(context.Background(), telCfg)
if err != nil {
slog.Error("failed to initialize telemetry", err)
slog.Error("failed to initialize telemetry", slog.Any("error", err))
return err
}
defer func() {