Skip to content

Commit d834307

Browse files
committed
Fix manifest format
1 parent 36220aa commit d834307

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/packages/benchmarks/system_benchmark/manifest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description: Test for system benchmark runner
66
categories: ["network"]
77
type: integration
88
conditions:
9-
kibana.version: '^8.0.0'
9+
kibana:
10+
version: '^8.0.0'
1011
policy_templates:
1112
- name: testpo
1213
title: Test
@@ -20,4 +21,4 @@ policy_templates:
2021
description: Collecting logs
2122
owner:
2223
github: elastic/integrations
23-
type: elastic
24+
type: elastic

0 commit comments

Comments
 (0)