From 4a0a39f8c39a9ba59e201e2b38701503aabf6cc5 Mon Sep 17 00:00:00 2001 From: TeoV Date: Tue, 10 Apr 2018 04:01:01 -0400 Subject: [PATCH] Update Subject for Event --- apier/v1/suppliers_it_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apier/v1/suppliers_it_test.go b/apier/v1/suppliers_it_test.go index bb72b016b..9ea6e192e 100644 --- a/apier/v1/suppliers_it_test.go +++ b/apier/v1/suppliers_it_test.go @@ -300,7 +300,7 @@ func testV1SplSGetLeastCostSuppliersWithMaxCost2(t *testing.T) { utils.Subject: "SPECIAL_1002", utils.Destination: "1002", utils.SetupTime: time.Date(2014, 01, 14, 0, 0, 0, 0, time.UTC), - utils.Usage: "2m20s", + utils.Usage: "10m20s", utils.Category: "call", }, }, @@ -312,7 +312,7 @@ func testV1SplSGetLeastCostSuppliersWithMaxCost2(t *testing.T) { &engine.SortedSupplier{ SupplierID: "supplier3", SortingData: map[string]interface{}{ - utils.Cost: 0.03, + utils.Cost: 0.11, utils.RatingPlanID: "RP_SPECIAL_1002", utils.Weight: 15.0, }, @@ -320,7 +320,7 @@ func testV1SplSGetLeastCostSuppliersWithMaxCost2(t *testing.T) { &engine.SortedSupplier{ SupplierID: "supplier1", SortingData: map[string]interface{}{ - utils.Cost: 0.03, + utils.Cost: 0.11, utils.RatingPlanID: "RP_SPECIAL_1002", utils.Weight: 10.0, },