Browse Source

agent: fix failing monitor test

pull/404/head
Ryan Uber 10 years ago
parent
commit
35157659a3
  1. 2
      command/agent/rpc_client_test.go

2
command/agent/rpc_client_test.go

@ -237,9 +237,9 @@ OUTER1:
case e := <-eventCh:
if strings.Contains(e, "Accepted client") {
found = true
break OUTER1
}
default:
break OUTER1
}
}
if !found {

Loading…
Cancel
Save