Skip to content

Commit 539dbc7

Browse files
author
Ashesh Vidyut
committed
fix tests
1 parent d46a074 commit 539dbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/operator/raft/listpeers/operator_raft_list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func TestOperatorRaftListPeersCommand(t *testing.T) {
3434
// Test the list-peers subcommand directly
3535
ui := cli.NewMockUi()
3636
c := New(ui)
37-
args := []string{"-http-addr=" + a.HTTPAddr(), "-detailed"}
37+
args := []string{"-http-addr=" + a.HTTPAddr()}
3838

3939
code := c.Run(args)
4040
if code != 0 {

0 commit comments

Comments
 (0)