mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
fix local test
This commit is contained in:
@@ -1624,7 +1624,7 @@ func TestApierLocalGetScheduledActions(t *testing.T) {
|
||||
}
|
||||
var rply []*ScheduledActions
|
||||
if err := rater.Call("ApierV1.GetScheduledActions", AttrsGetScheduledActions{}, &rply); err != nil {
|
||||
t.Error("Unexpected error: ", err.Error)
|
||||
t.Error("Unexpected error: ", err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user