mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 05:39:54 +05:00
using tasks and action plans with no accounts
This commit is contained in:
@@ -1002,7 +1002,7 @@ func TestLoadActionTimings(t *testing.T) {
|
||||
},
|
||||
},
|
||||
Weight: 10,
|
||||
ActionsId: "MINI",
|
||||
ActionsID: "MINI",
|
||||
},
|
||||
&ActionTiming{
|
||||
Timing: &RateInterval{
|
||||
@@ -1015,7 +1015,7 @@ func TestLoadActionTimings(t *testing.T) {
|
||||
},
|
||||
},
|
||||
Weight: 10,
|
||||
ActionsId: "SHARED",
|
||||
ActionsID: "SHARED",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user