mirror of https://github.com/hashicorp/consul
fix tests
parent
2f94024b35
commit
7626d0992d
|
@ -55,7 +55,7 @@ func TestOperatorRaftListPeersCommandDetailed(t *testing.T) {
|
|||
a := agent.NewTestAgent(t, ``)
|
||||
defer a.Shutdown()
|
||||
|
||||
expected := fmt.Sprintf("%s %s 127.0.0.1:%d leader true 3",
|
||||
expected := fmt.Sprintf("%s %s 127.0.0.1:%d leader true 3 1",
|
||||
a.Config.NodeName, a.Config.NodeID, a.Config.ServerPort)
|
||||
|
||||
// Test the list-peers subcommand directly
|
||||
|
|
Loading…
Reference in New Issue