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) }