mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated tests after remove
This commit is contained in:
committed by
Dan Christian Bogos
parent
21d4dd16fa
commit
1d67bca260
@@ -49,7 +49,7 @@ func GetCommands() map[string]Commander {
|
||||
|
||||
func getAvailabelCommandsErr() error {
|
||||
var keys []string
|
||||
for key, _ := range commands {
|
||||
for key := range commands {
|
||||
keys = append(keys, key)
|
||||
}
|
||||
return fmt.Errorf("\n\tAvailable commands <%s>\n", strings.Join(keys, "|"))
|
||||
|
||||
Reference in New Issue
Block a user