From 12d5cc0c377c5a37ff75112227247cb1271157fa Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:29:55 -0700 Subject: [PATCH] Don't send updates twice --- agent/hcp/manager_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/agent/hcp/manager_test.go b/agent/hcp/manager_test.go index 1e56f6631f953..41530b28af241 100644 --- a/agent/hcp/manager_test.go +++ b/agent/hcp/manager_test.go @@ -39,7 +39,6 @@ func TestManager_Run(t *testing.T) { // Make sure after manager has stopped no more statuses are pushed. cancel() - mgr.SendUpdate() client.AssertExpectations(t) }