Skip to content

Commit

Permalink
add event field to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Dec 11, 2018
1 parent a2ed186 commit 09e70f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/tests/system/test_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_module_processors(self):
Test local processors for Redis info event.
"""
fields = ["clients", "cpu"]
eventFields = ['beat', 'metricset']
eventFields = ['beat', 'metricset', 'event']
eventFields += ['redis.info.' + f for f in fields]
self.render_config_template(modules=[{
"name": "redis",
Expand Down

0 comments on commit 09e70f8

Please sign in to comment.