mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Coverage tests in console
This commit is contained in:
committed by
Dan Christian Bogos
parent
64dad8ec54
commit
7866eec484
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user