mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Improved error MandatoryIeMissing
This commit is contained in:
committed by
Dan Christian Bogos
parent
5fd198bf71
commit
d2fff7d7a5
@@ -413,7 +413,7 @@ func testAttributeSProcessEventMissing(t *testing.T) {
|
||||
var rplyEv engine.AttrSProcessEventReply
|
||||
if err := attrSRPC.Call(utils.AttributeSv1ProcessEvent,
|
||||
ev, &rplyEv); err == nil ||
|
||||
err.Error() != utils.ErrMandatoryIeMissing.Error() {
|
||||
err.Error() != "MANDATORY_IE_MISSING: [Category]" {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user