From 8451fa0a7ba47eebe10956ed83636a8ccf79cce6 Mon Sep 17 00:00:00 2001 From: andronache Date: Wed, 29 Sep 2021 17:44:42 +0300 Subject: [PATCH] Removed unnecessary line --- engine/actions_it_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/actions_it_test.go b/engine/actions_it_test.go index 3ccf4e281..f1e837bd2 100644 --- a/engine/actions_it_test.go +++ b/engine/actions_it_test.go @@ -587,7 +587,6 @@ func testActionsitThresholdCgrRpcAction(t *testing.T) { "Method": "RALsV1.Ping", }, } - time.Sleep(10 * time.Millisecond) var ids []string eIDs := []string{"TH_CGRRPC"} if err := actsLclRpc.Call(utils.ThresholdSv1ProcessEvent, &ArgsProcessEvent{CGREvent: ev}, &ids); err != nil {