Update integration test after modifing RouteS

This commit is contained in:
TeoV
2020-07-27 10:52:47 +03:00
committed by Dan Christian Bogos
parent 309d745d50
commit c168037bcd

View File

@@ -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{