Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bouchare committed Oct 11, 2018
1 parent 7d9a778 commit 305cab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubernetes_state/tests/test_kubernetes_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def test_update_kube_state_metrics(aggregator, instance, check):
tags=['storageclass:local-data', 'phase:Pending', 'optional:tag1'], value=0)
aggregator.assert_metric(NAMESPACE + '.persistentvolumes.by_phase',
tags=['storageclass:local-data', 'phase:Released', 'optional:tag1'], value=0)


for metric in METRICS:
aggregator.assert_metric(metric, hostname=HOSTNAMES.get(metric, None))
Expand Down

0 comments on commit 305cab6

Please sign in to comment.