diff --git a/command/rpc_test.go b/command/rpc_test.go index 3b5d64c16..194c06b63 100644 --- a/command/rpc_test.go +++ b/command/rpc_test.go @@ -58,7 +58,7 @@ func TestAddrFlag_default(t *testing.T) { res := getParsedAddr(t, a, "", "") if res != def { - t.Fatalf("Expected %s addr: %s, got: %s", def, res) + t.Fatalf("Expected addr: %s, got: %s", def, res) } } }