mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Updated tests in account
This commit is contained in:
committed by
Dan Christian Bogos
parent
af5cf967b4
commit
1db6f91ad5
@@ -782,7 +782,7 @@ func TestLoadSharedGroups(t *testing.T) {
|
||||
},
|
||||
}
|
||||
if !reflect.DeepEqual(sg1, expected) {
|
||||
t.Error("Error loading shared group: ", sg1.AccountParameters["SG1"])
|
||||
t.Errorf("Expected: %s, received %s ", utils.ToJSON(expected), utils.ToJSON(sg1))
|
||||
}
|
||||
sg2 := csvr.sharedGroups["SG2"]
|
||||
expected = &SharedGroup{
|
||||
|
||||
Reference in New Issue
Block a user