mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Replace interface{} with any
This commit is contained in:
committed by
Dan Christian Bogos
parent
1d7bd1389b
commit
113e2a2bdf
@@ -53,7 +53,7 @@ func TestModelsAsMapStringInterface(t *testing.T) {
|
||||
UpdatedAt: time.Date(2021, 3, 3, 3, 3, 3, 3, time.UTC),
|
||||
DeletedAt: utils.TimePointer(time.Date(2021, 3, 3, 3, 3, 3, 3, time.UTC)),
|
||||
}
|
||||
expected := map[string]interface{}{
|
||||
expected := map[string]any{
|
||||
// "cgrid": testCdrSql.Cgrid,
|
||||
"run_id": testCdrSql.RunID,
|
||||
"origin_host": testCdrSql.OriginHost,
|
||||
|
||||
Reference in New Issue
Block a user