From c168037bcdc3afecb1c3858eb4831eb0b7029a10 Mon Sep 17 00:00:00 2001 From: TeoV Date: Mon, 27 Jul 2020 10:52:47 +0300 Subject: [PATCH] Update integration test after modifing RouteS --- general_tests/route_it_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general_tests/route_it_test.go b/general_tests/route_it_test.go index c002a5823..3078a32da 100644 --- a/general_tests/route_it_test.go +++ b/general_tests/route_it_test.go @@ -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{