We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46a074 commit 539dbc7Copy full SHA for 539dbc7
command/operator/raft/listpeers/operator_raft_list_test.go
@@ -34,7 +34,7 @@ func TestOperatorRaftListPeersCommand(t *testing.T) {
34
// Test the list-peers subcommand directly
35
ui := cli.NewMockUi()
36
c := New(ui)
37
- args := []string{"-http-addr=" + a.HTTPAddr(), "-detailed"}
+ args := []string{"-http-addr=" + a.HTTPAddr()}
38
39
code := c.Run(args)
40
if code != 0 {
0 commit comments