mirror of
https://github.com/absmach/magistrala.git
synced 2026-08-07 07:14:46 +00:00
NOISSUE - Replace interface{} with any (#3079)
Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
@@ -38,8 +38,8 @@ func TestJournalsPage_MarshalJSON(t *testing.T) {
|
||||
{
|
||||
Operation: "123",
|
||||
OccurredAt: occurredAt,
|
||||
Attributes: map[string]interface{}{"123": "123"},
|
||||
Metadata: map[string]interface{}{"123": "123"},
|
||||
Attributes: map[string]any{"123": "123"},
|
||||
Metadata: map[string]any{"123": "123"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user