edit unittests for JSON parser

This commit is contained in:
Max U
2018-06-27 15:53:52 -07:00
parent 420dafd591
commit c50bfc2c71
9 changed files with 14 additions and 14 deletions

View File

@@ -181,7 +181,7 @@ func (h *HttpJson) gatherServer(
"server": serverURL,
}
parser, err := parsers.NewJSONParser(msrmnt_name, h.TagKeys, tags)
parser, err := parsers.NewJSONParser(msrmnt_name, h.TagKeys, nil, tags)
if err != nil {
return err
}