From 7fc791b9be0e3e5afca4ed4a7a6fe4b298360205 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Thu, 1 Apr 2021 17:09:47 +0300 Subject: [PATCH] Updated timing in account test --- apier/v1/accounts_it_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apier/v1/accounts_it_test.go b/apier/v1/accounts_it_test.go index c19c3ce60..e6d273fe9 100644 --- a/apier/v1/accounts_it_test.go +++ b/apier/v1/accounts_it_test.go @@ -1101,7 +1101,7 @@ func testAccITAccountMonthlyEstimated(t *testing.T) { ActionPlan: []*AttrActionPlan{{ ActionsId: "TOPUP_ACTION", MonthDays: "31", - Time: "00:00:00", + Time: "23:59:59", Weight: 20.0, TimingID: utils.MetaMonthlyEstimated, }},