Don't send updates twice (#16999)

This commit is contained in:
Luke Kysow 2023-04-18 10:41:58 -07:00 committed by GitHub
parent 63e9c08234
commit 9345ce89d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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