mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update Integration tests in apier
This commit is contained in:
committed by
Dan Christian Bogos
parent
71353a4f6b
commit
b7390cc9b3
@@ -691,7 +691,7 @@ func testAttributeSProcessEventWithHeader(t *testing.T) {
|
||||
}
|
||||
|
||||
func testAttributeSGetAttPrfIDs(t *testing.T) {
|
||||
expected := []string{"ATTR_2", "ATTR_1", "ATTR_3", "ATTR_Header", "AttributeWithNonSubstitute"}
|
||||
expected := []string{"ATTR_2", "ATTR_PASS", "ATTR_1", "ATTR_3", "ATTR_Header", "AttributeWithNonSubstitute"}
|
||||
var result []string
|
||||
if err := attrSRPC.Call(utils.APIerSv1GetAttributeProfileIDs, utils.TenantArgWithPaginator{}, &result); err == nil ||
|
||||
err.Error() != utils.NewErrMandatoryIeMissing("Tenant").Error() {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"*destinations": {"remote":true,"replicate":true},
|
||||
"*rating_plans": {"remote":true,"replicate":true},
|
||||
"*rating_profiles":{"remote":true,"replicate":true},
|
||||
"*actions":{"remote":false,"replicate":true},
|
||||
"*actions":{"remote":true,"replicate":true},
|
||||
"*action_plans": {"remote":true,"replicate":true},
|
||||
"*account_action_plans":{"remote":true,"replicate":true},
|
||||
"*action_triggers":{"remote":true,"replicate":true},
|
||||
|
||||
Reference in New Issue
Block a user