From 2625b05aea8e12ff2bcca9a47cd035982cd0a4f8 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Wed, 31 Mar 2021 09:15:56 -0700
Subject: [PATCH] Fix pipeline issue

---
 connect/host.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connect/host.go b/connect/host.go
index 15be3d3..772811f 100644
--- a/connect/host.go
+++ b/connect/host.go
@@ -215,7 +215,7 @@ func (h *Host) SetMetricsTesting(m *Metric, face interface{}) {
 		panic("SetMetricsTesting() can only be used for testing.")
 	}
 
-	h.metrics.errCounter = m
+	h.metrics = m
 
 }
 
-- 
GitLab