mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
Fix remaining failing tests after changing opts structure
This commit is contained in:
committed by
Dan Christian Bogos
parent
9ab534d7a9
commit
43ec38957d
@@ -5920,8 +5920,7 @@ func TestSetCfgInDb(t *testing.T) {
|
||||
Opts: &AttributesOpts{
|
||||
ProcessRuns: []*utils.DynamicIntOpt{
|
||||
&utils.DynamicIntOpt{
|
||||
FilterIDs: []string{},
|
||||
Value: 2,
|
||||
Value: 2,
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -5963,8 +5962,7 @@ func TestSetCfgInDb(t *testing.T) {
|
||||
Opts: &AttributesOptsJson{
|
||||
ProcessRuns: []*utils.DynamicIntOpt{
|
||||
{
|
||||
FilterIDs: []string{},
|
||||
Value: 2,
|
||||
Value: 2,
|
||||
},
|
||||
{
|
||||
Value: 3,
|
||||
|
||||
Reference in New Issue
Block a user