From 926d5bd530b214e585a3c9269c7e32d60a6e932c Mon Sep 17 00:00:00 2001 From: sighphyre Date: Fri, 8 Dec 2023 13:49:18 +0200 Subject: [PATCH] enable metrics on borked test, really just to see what it does --- metrics_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics_test.go b/metrics_test.go index dfff7be..9701549 100644 --- a/metrics_test.go +++ b/metrics_test.go @@ -137,7 +137,7 @@ func TestMetrics_DisabledMetrics(t *testing.T) { client, err := NewClient( WithUrl(mockerServer), - WithDisableMetrics(true), + WithDisableMetrics(false), WithMetricsInterval(100*time.Millisecond), WithAppName(mockAppName), WithInstanceId(mockInstanceId),