Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvz committed Nov 18, 2020
1 parent 327abde commit 23e436d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: nothing
type: keyword
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
title: nothing, really
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
format_version: 1.0.4
name: integration
title: integration
description: integration, really
version: 0.1.2
release: beta
conditions:
kibana.version: '^7.9.0'
policy_templates:
- name: apm
title: APM
description: APM stuff
inputs:
- type: apm
title: Collect traces
description: Collect traces
template_path: ./agent/input/template.yml.hbs
owner:
github: elastic/foobar
1 change: 1 addition & 0 deletions code/go/pkg/validator/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func TestValidateFile(t *testing.T) {
"document dashes are required (start the document with '---')",
},
},
"input_template": {},
}

for pkgName, test := range tests {
Expand Down

0 comments on commit 23e436d

Please sign in to comment.