diff --git a/integrations/operator/controllers/resources/trusted_clusterv2_controller_test.go b/integrations/operator/controllers/resources/trusted_clusterv2_controller_test.go index 3403e8e7d0278..a3b1dc98de5ba 100644 --- a/integrations/operator/controllers/resources/trusted_clusterv2_controller_test.go +++ b/integrations/operator/controllers/resources/trusted_clusterv2_controller_test.go @@ -137,7 +137,7 @@ func (r *trustedClusterV2TestingPrimitives) setupTest(t *testing.T, clusterName ClusterName: clusterName, HostID: uuid.New().String(), NodeName: helpers.Loopback, - Log: utils.NewLoggerForTests(), + Logger: utils.NewSlogLoggerForTests(), }) r.remoteCluster = remoteCluster