diff --git a/internal/telemetry/collector_test.go b/internal/telemetry/collector_test.go index 7a29d87b83..c21e403554 100644 --- a/internal/telemetry/collector_test.go +++ b/internal/telemetry/collector_test.go @@ -2277,10 +2277,6 @@ func createCafeIngressExWithCustomAnnotations(annotations map[string]string) con return cafeIngressEx } -func getResourceKey(namespace, name string) string { - return fmt.Sprintf("%s_%s", namespace, name) -} - func newConfiguratorWithIngress(t *testing.T) *configs.Configurator { t.Helper()