Skip to content

Commit 611dbd8

Browse files
committed
fix tests
1 parent e0f6f7c commit 611dbd8

File tree

1 file changed

+1
-1
lines changed
  • apps/workspace-engine/pkg/workspace/releasemanager/trace

1 file changed

+1
-1
lines changed

apps/workspace-engine/pkg/workspace/releasemanager/trace/phases.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func (e *ExecutionPhase) TriggerJob(jobType string, config map[string]string) *J
266266
attrs = append(attrs, attribute.String("ctrlplane.job_config."+k, v))
267267
}
268268

269-
ctx, span := e.recorder.tracer.Start(e.ctx, "Job type: "+jobType,
269+
ctx, span := e.recorder.tracer.Start(e.ctx, "Job: "+jobType,
270270
trace.WithAttributes(attrs...),
271271
)
272272

0 commit comments

Comments
 (0)