From dd6a4d3746033437d5dd457787b0752b34a47127 Mon Sep 17 00:00:00 2001 From: Vihas Makwana <121151420+VihasMakwana@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:35:10 +0530 Subject: [PATCH] Update testbed/tests/scenarios.go Co-authored-by: Christos Markou --- testbed/tests/scenarios.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbed/tests/scenarios.go b/testbed/tests/scenarios.go index c39f5cbf8933..a5aa6fc84e96 100644 --- a/testbed/tests/scenarios.go +++ b/testbed/tests/scenarios.go @@ -701,7 +701,7 @@ func extractIDFromLog(log plog.LogRecord) (string, string) { if len(match) == 2 { batch = match[0] } - // in case of otlp recevier, batch_index and item_index are part of attributes. + // in case of otlp receiver, batch_index and item_index are part of attributes. if batchIndex, ok := log.Attributes().Get("batch_index"); ok { batch = batchIndex.AsString() }