Coverage tests in console

This commit is contained in:
andronache
2021-01-28 16:29:52 +02:00
committed by Dan Christian Bogos
parent 64dad8ec54
commit 7866eec484

View File

@@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
package console
import (
"fmt"
"strings"
"github.com/cgrates/cgrates/utils"
@@ -89,6 +90,7 @@ func (self *CmdApierPing) RpcMethod() string {
return utils.ActionSv1Ping
default:
}
fmt.Println("yay")
return self.rpcMethod
}