From 0e261f24ccb9877d14aba2e7efac71d0dd889bec Mon Sep 17 00:00:00 2001 From: Alexandre Yang Date: Thu, 30 Jan 2025 16:30:39 +0100 Subject: [PATCH] fix lint --- comp/metadata/inventoryhaagent/mock/mock.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comp/metadata/inventoryhaagent/mock/mock.go b/comp/metadata/inventoryhaagent/mock/mock.go index 5146d9c72d0f7d..83f7722fe4e243 100644 --- a/comp/metadata/inventoryhaagent/mock/mock.go +++ b/comp/metadata/inventoryhaagent/mock/mock.go @@ -14,8 +14,8 @@ import ( inventoryhaagent "github.com/DataDog/datadog-agent/comp/metadata/inventoryhaagent/def" ) -// MockModule defines the fx options for the mock component. -func MockModule() fxutil.Module { +// Module defines the fx options for the mock component. +func Module() fxutil.Module { return fxutil.Component( fx.Provide(newMock)) }