Browse Source

agent: account for consul service in anti-entropy tests

pull/400/head
Ryan Uber 10 years ago
parent
commit
e2246b9f6c
  1. 4
      command/agent/local_test.go

4
command/agent/local_test.go

@ -118,10 +118,10 @@ func TestAgentAntiEntropy_Services(t *testing.T) {
}
// Check the local state
if len(agent.state.services) != 3 {
if len(agent.state.services) != 4 {
t.Fatalf("bad: %v", agent.state.services)
}
if len(agent.state.serviceStatus) != 3 {
if len(agent.state.serviceStatus) != 4 {
t.Fatalf("bad: %v", agent.state.serviceStatus)
}
for name, status := range agent.state.serviceStatus {

Loading…
Cancel
Save