mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
fix for history test
This commit is contained in:
@@ -36,7 +36,8 @@ func TestHistoryRatinPlans(t *testing.T) {
|
||||
func TestHistoryDestinations(t *testing.T) {
|
||||
scribe := historyScribe.(*history.MockScribe)
|
||||
buf := scribe.GetBuffer(history.DESTINATIONS_FN)
|
||||
expected := `[{"Id":"ALL","Prefixes":["49","41","43"]},
|
||||
expected := `[{"Id":"*ddc_test","Prefixes":["333","444"]},
|
||||
{"Id":"ALL","Prefixes":["49","41","43"]},
|
||||
{"Id":"DST_UK_Mobile_BIG5","Prefixes":["447956"]},
|
||||
{"Id":"EU_LANDLINE","Prefixes":["444"]},
|
||||
{"Id":"GERMANY","Prefixes":["49"]},
|
||||
|
||||
Reference in New Issue
Block a user