Skip to content

Commit

Permalink
Fix system test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wurm committed Feb 5, 2019
1 parent c4b3197 commit 008202c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/auditbeat/tests/system/test_metricsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_metricset_package(self):
package metricset collects information about installed packages on a system.
"""

fields = ["system.audit.package.name", "system.audit.package.version", "system.audit.package.installtime"]
fields = ["system.audit.package.name", "system.audit.package.version"]

# Metricset is experimental and that generates a warning, TODO: remove later
self.check_metricset("system", "package", COMMON_FIELDS + fields, warnings_allowed=True)
Expand Down

0 comments on commit 008202c

Please sign in to comment.