knock more errors from test files

This commit is contained in:
Max U
2018-06-21 16:23:06 -07:00
parent 504d978446
commit 542c030dc8
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ func TestJSONParserCompile(t *testing.T) {
testDir := getPluginDir()
var acc testutil.Accumulator
r := Reader{
Filepaths: []string{testDir + "/reader/testfiles/**.log"},
Filepaths: []string{testDir + "/reader/testfiles/json_a.log"},
DataFormat: "json",
Tags: []string{"parent_ignored_child"},
}