From 51e9b54e0d3355c1597833c3b1cf2169d9853352 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 25 Jul 2024 22:05:44 +0200 Subject: [PATCH] Update cmd/heartbeat/heartbeat_test.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Carlos Henrique Guardão Gandarez <782854+gandarez@users.noreply.github.com> --- cmd/heartbeat/heartbeat_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/heartbeat/heartbeat_test.go b/cmd/heartbeat/heartbeat_test.go index 9faaafb6..e177d6e2 100644 --- a/cmd/heartbeat/heartbeat_test.go +++ b/cmd/heartbeat/heartbeat_test.go @@ -36,6 +36,7 @@ import ( func TestSendHeartbeats(t *testing.T) { resetSingletons(t) + testServerURL, router, tearDown := setupTestServer() defer tearDown()