From 27bfe613ef6fe6a8fa5d1fa1cf47661eb79c8a1b Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Thu, 13 Apr 2023 23:29:55 +0000 Subject: [PATCH] backport of commit 12d5cc0c377c5a37ff75112227247cb1271157fa --- 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 cb4d729b7fa8..2d6cfa66b474 100644 --- a/agent/hcp/manager_test.go +++ b/agent/hcp/manager_test.go @@ -36,7 +36,6 @@ func TestManager_Run(t *testing.T) { // Make sure after manager has stopped no more statuses are pushed. cancel() - mgr.SendUpdate() client.AssertExpectations(t) }