Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets committed Jan 8, 2025
1 parent 0305896 commit e0e2c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/inventory/inventory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestAssetInventory_Run(t *testing.T) {
now := func() time.Time { return time.Date(2024, 1, 1, 1, 1, 1, 0, time.Local) }
expected := []beat.Event{
{
Meta: mapstr.M{libevents.FieldMetaIndex: "logs-cloud_asset_asset_inventory-infrastructure_virtual-machine-default"},
Meta: mapstr.M{libevents.FieldMetaIndex: "logs-cloud_asset_inventory.asset_inventory-infrastructure_virtual_machine-default"},
Timestamp: now(),
Fields: mapstr.M{
"entity": Entity{
Expand Down

0 comments on commit e0e2c2c

Please sign in to comment.