Skip to content

Commit

Permalink
Copy pasta fail :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jun 29, 2018
1 parent d9ec2fb commit bed5d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/traefik/test_traefik.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_health(self, metricset):
"""
traefik metricset tests
"""
self.check_metricset("traefik", metricset, self.get_hosts(), self.FIELDS + ["service.name"])
self.check_metricset("traefik", metricset, self.get_hosts(), self.FIELDS)

def get_hosts(self):
return [os.getenv('TRAEFIK_HOST', 'localhost') + ':' +
Expand Down

0 comments on commit bed5d3c

Please sign in to comment.