mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
Merge pull request #2269 from adragusin/master
Renamed ActivationStart to ActivationTime
This commit is contained in:
@@ -39,9 +39,9 @@ func TestOrderRatesOnIntervals(t *testing.T) {
|
||||
}
|
||||
rt0.Compile()
|
||||
rtChristmas := &engine.Rate{
|
||||
ID: "RT_CHRISTMAS",
|
||||
ActivationStart: "* * 24 12 *",
|
||||
Weight: 50,
|
||||
ID: "RT_CHRISTMAS",
|
||||
ActivationTime: "* * 24 12 *",
|
||||
Weight: 50,
|
||||
IntervalRates: []*engine.IntervalRate{
|
||||
{
|
||||
IntervalStart: time.Duration(0),
|
||||
|
||||
Reference in New Issue
Block a user