diff --git a/command/agent/local_test.go b/command/agent/local_test.go index 658d8ca82a..fb24477cad 100644 --- a/command/agent/local_test.go +++ b/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 {