From ac96ab8ba18a8fdca67daaaf3c3c5d50a0df03b2 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Tue, 18 Apr 2023 13:59:59 -0400 Subject: [PATCH] backport of commit 12d5cc0c377c5a37ff75112227247cb1271157fa (#17029) Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com> --- 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 cb4d729b7f..2d6cfa66b4 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) }