mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
fix: maintain fallback subj keys configured order
This commit is contained in:
committed by
Dan Christian Bogos
parent
4dea21c268
commit
8fec8dbca1
@@ -620,7 +620,7 @@ func TestLoadRatingProfiles(t *testing.T) {
|
||||
&RatingPlanActivation{
|
||||
ActivationTime: time.Date(2013, 10, 1, 0, 0, 0, 0, time.UTC),
|
||||
RatingPlanId: "TDRT",
|
||||
FallbackKeys: []string{"*out:test:0:danb", "*out:test:0:rif"},
|
||||
FallbackKeys: []string{"*out:test:0:rif", "*out:test:0:danb"},
|
||||
}},
|
||||
}
|
||||
if !reflect.DeepEqual(rp, expected) {
|
||||
|
||||
Reference in New Issue
Block a user