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: case e := <-eventCh:
if strings.Contains(e, "Accepted client") { if strings.Contains(e, "Accepted client") {
found = true found = true
break OUTER1
} }
default: default:
break OUTER1
} }
} }
if !found { if !found {

Loading…
Cancel
Save