Skip to content
Snippets Groups Projects
Commit 2625b05a authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix pipeline issue

parent daf17c8b
Branches
Tags
No related merge requests found
...@@ -215,7 +215,7 @@ func (h *Host) SetMetricsTesting(m *Metric, face interface{}) { ...@@ -215,7 +215,7 @@ func (h *Host) SetMetricsTesting(m *Metric, face interface{}) {
panic("SetMetricsTesting() can only be used for testing.") panic("SetMetricsTesting() can only be used for testing.")
} }
h.metrics.errCounter = m h.metrics = m
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment