From 5c51ad04d8b7080462f77a6465b7893f48a822fb Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Tue, 19 Nov 2024 19:07:35 +0100 Subject: [PATCH] Fix test --- x-pack/plugins/fleet/common/services/policy_template.test.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/plugins/fleet/common/services/policy_template.test.ts b/x-pack/plugins/fleet/common/services/policy_template.test.ts index 9bf06e991266c..4065d0c863c9e 100644 --- a/x-pack/plugins/fleet/common/services/policy_template.test.ts +++ b/x-pack/plugins/fleet/common/services/policy_template.test.ts @@ -388,6 +388,9 @@ describe('filterPolicyTemplatesTiles', () => { name: 'nginx', version: '0.0.1', status: 'not_installed', + description: 'nginx-template-2', + download: 'nginx-template-2', + path: 'nginx-template-2', }, ]); });