From 539dbc74da822203b196cfe28e376d1e0d08097b Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut Date: Wed, 7 Jun 2023 11:11:46 +0530 Subject: [PATCH] fix tests --- command/operator/raft/listpeers/operator_raft_list_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/operator/raft/listpeers/operator_raft_list_test.go b/command/operator/raft/listpeers/operator_raft_list_test.go index f6db9a3d0749..d3ab98df0ee8 100644 --- a/command/operator/raft/listpeers/operator_raft_list_test.go +++ b/command/operator/raft/listpeers/operator_raft_list_test.go @@ -34,7 +34,7 @@ func TestOperatorRaftListPeersCommand(t *testing.T) { // Test the list-peers subcommand directly ui := cli.NewMockUi() c := New(ui) - args := []string{"-http-addr=" + a.HTTPAddr(), "-detailed"} + args := []string{"-http-addr=" + a.HTTPAddr()} code := c.Run(args) if code != 0 {