diff --git a/agent/hcp/manager_test.go b/agent/hcp/manager_test.go index 1e56f6631f95..41530b28af24 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) }