diff --git a/charging_tests/ddazmbl1_test.go b/charging_tests/ddazmbl1_test.go index 9f9669ab5..6de387bb2 100644 --- a/charging_tests/ddazmbl1_test.go +++ b/charging_tests/ddazmbl1_test.go @@ -97,7 +97,7 @@ TOPUP10_AT,TOPUP10_AC1,ASAP,10` } else if acnt == nil { t.Error("No account saved") } - ratingDb.CacheRating(nil, nil, nil, nil) + ratingDb.CacheRating(nil, nil, nil, nil, nil) acntDb.CacheAccounting(nil, nil, nil) if cachedDests := cache2go.CountEntries(engine.DESTINATION_PREFIX); cachedDests != 2 { t.Error("Wrong number of cached destinations found", cachedDests)