mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update integration test after modifing RouteS
This commit is contained in:
committed by
Dan Christian Bogos
parent
309d745d50
commit
c168037bcd
@@ -176,7 +176,7 @@ func testV1SplSSetSupplierProfilesWithoutRatingPlanIDs(t *testing.T) {
|
||||
}
|
||||
var suplsReply engine.SortedRoutes
|
||||
if err := splSv1Rpc.Call(utils.RouteSv1GetRoutes,
|
||||
ev, &suplsReply); err == nil || err.Error() != utils.ErrNotFound.Error() {
|
||||
ev, &suplsReply); err == nil || err.Error() != utils.NewErrServerError(utils.ErrAccountNotFound).Error() {
|
||||
t.Error(err)
|
||||
}
|
||||
if err := splSv1Rpc.Call(utils.APIerSv1RemoveRouteProfile, utils.TenantID{
|
||||
|
||||
Reference in New Issue
Block a user