Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Jun 7, 2023
1 parent d46a074 commit 539dbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/operator/raft/listpeers/operator_raft_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 539dbc7

Please sign in to comment.