From b746a0614d28792191c47f2de53e0ff936b28533 Mon Sep 17 00:00:00 2001 From: Michael Pleshakov Date: Mon, 11 Mar 2024 16:26:41 -0400 Subject: [PATCH] Update tests/suite/telemetry_test.go Co-authored-by: Saylor Berman --- tests/suite/telemetry_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suite/telemetry_test.go b/tests/suite/telemetry_test.go index 8741fbe02c..6c62d31488 100644 --- a/tests/suite/telemetry_test.go +++ b/tests/suite/telemetry_test.go @@ -28,7 +28,7 @@ var _ = Describe("Telemetry test with OTel collector", Label("telemetry"), func( Expect(err).ToNot(HaveOccurred(), string(output)) // Install NGF - // Note: the suite doesn't install NGF for 'telemetry' label + // Note: the BeforeSuite call doesn't install NGF for 'telemetry' label setup(getDefaultSetupCfg()) })