fix local test

This commit is contained in:
Radu Ioan Fericean
2015-12-02 18:32:48 +02:00
parent a2081516a2
commit 211cbd4043

View File

@@ -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())
}
}