From 46212cc5706aaa0bce4ac8c5c1d32ff2509bfc27 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:41:58 -0700 Subject: [PATCH] Don't send updates twice (#16999) --- 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 1e56f6631f..41530b28af 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) }