Finish call test for Kamailio

This commit is contained in:
TeoV
2018-04-24 08:45:57 -04:00
committed by Dan Christian Bogos
parent e82d9f41f8
commit bbc2f5d90a
8 changed files with 12 additions and 6 deletions

View File

@@ -224,6 +224,7 @@ func testCallCheckResourceBeforeAllocation(t *testing.T) {
args := &utils.ArgRSv1ResourceUsage{
CGREvent: utils.CGREvent{
Tenant: "cgrates.org",
ID: "ResourceEvent",
Event: map[string]interface{}{
utils.Account: "1001",
utils.Subject: "1001",
@@ -346,6 +347,7 @@ func testCallCheckResourceAllocation(t *testing.T) {
args := &utils.ArgRSv1ResourceUsage{
CGREvent: utils.CGREvent{
Tenant: "cgrates.org",
ID: "ResourceAllocation",
Event: map[string]interface{}{
utils.Account: "1001",
utils.Subject: "1001",
@@ -456,6 +458,7 @@ func testCallCheckResourceRelease(t *testing.T) {
args := &utils.ArgRSv1ResourceUsage{
CGREvent: utils.CGREvent{
Tenant: "cgrates.org",
ID: "ResourceRelease",
Event: map[string]interface{}{
utils.Account: "1001",
utils.Subject: "1001",