mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fix compilation errors in unit tests
due to DynamicStringSliceOpt.Value being renamed to Values
This commit is contained in:
committed by
Dan Christian Bogos
parent
96c957ba1c
commit
2339bff30d
@@ -68,7 +68,7 @@ func TestSetGetRemoveConfigSectionsDrvRedis(t *testing.T) {
|
||||
ProfileIDs: []*utils.DynamicStringSliceOpt{
|
||||
{
|
||||
Tenant: "cgrates.org",
|
||||
Value: []string{"value1"},
|
||||
Values: []string{"value1"},
|
||||
},
|
||||
},
|
||||
ProfileIgnoreFilters: []*utils.DynamicBoolOpt{
|
||||
@@ -187,7 +187,7 @@ func TestSetGetRemoveConfigSectionsDrvMongo(t *testing.T) {
|
||||
ProfileIDs: []*utils.DynamicStringSliceOpt{
|
||||
{
|
||||
Tenant: "cgrates.org",
|
||||
Value: []string{"value1"},
|
||||
Values: []string{"value1"},
|
||||
},
|
||||
},
|
||||
ProfileIgnoreFilters: []*utils.DynamicBoolOpt{
|
||||
@@ -303,7 +303,7 @@ func TestSetGetRemoveConfigSectionsDrvInternal(t *testing.T) {
|
||||
ProfileIDs: []*utils.DynamicStringSliceOpt{
|
||||
{
|
||||
Tenant: "cgrates.org",
|
||||
Value: []string{"value1"},
|
||||
Values: []string{"value1"},
|
||||
},
|
||||
},
|
||||
ProfileIgnoreFilters: []*utils.DynamicBoolOpt{
|
||||
|
||||
Reference in New Issue
Block a user