From ab509b63ae88811350a3e7ac2a9f94249f87b905 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Sun, 23 Feb 2020 14:36:36 -0500 Subject: [PATCH] Use more meaningful port --- cgroup_exporter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgroup_exporter_test.go b/cgroup_exporter_test.go index 721d964..716b56f 100644 --- a/cgroup_exporter_test.go +++ b/cgroup_exporter_test.go @@ -28,7 +28,7 @@ import ( ) const ( - address = "localhost:19100" + address = "localhost:19306" ) func TestMain(m *testing.M) {