mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
Test update for allocation with dryRun
This commit is contained in:
@@ -300,7 +300,7 @@ func TestResourceAllocateResource(t *testing.T) {
|
||||
}
|
||||
rs[0].rPrf.Limit = 1
|
||||
rs[1].rPrf.Limit = 4
|
||||
if alcMessage, err := rs.allocateResource(ru1, true); err != nil {
|
||||
if alcMessage, err := rs.allocateResource(ru1, false); err != nil {
|
||||
t.Error(err.Error())
|
||||
} else {
|
||||
if alcMessage != "ALLOC" {
|
||||
|
||||
Reference in New Issue
Block a user