diff --git a/engine/history_test.go b/engine/history_test.go index 464745fb6..8484d1efd 100644 --- a/engine/history_test.go +++ b/engine/history_test.go @@ -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"]},