mirror of https://github.com/hashicorp/consul
Don't send updates twice
parent
44b39240a8
commit
12d5cc0c37
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue