Skip to content

Commit b17d287

Browse files
committed
use t.Logf
1 parent 54a2d0d commit b17d287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/integration/ess/container_cmd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ func TestContainerCMDAgentMonitoringRuntimeExperimental(t *testing.T) {
548548
case "beat-v2-client":
549549
compRuntime = string(component.ProcessRuntimeManager)
550550
}
551-
ct.Logf("Component ID: %s, version info: %s, runtime: %s", comp.ID, comp.VersionInfo.Name, compRuntime)
551+
t.Logf("Component ID: %s, version info: %s, runtime: %s", comp.ID, comp.VersionInfo.Name, compRuntime)
552552
switch comp.ID {
553553
case "beat/metrics-monitoring", "filestream-monitoring", "prometheus/metrics-monitoring":
554554
// Monitoring components should use the expected runtime

0 commit comments

Comments
 (0)