Skip to content

Commit c863803

Browse files
committed
Remove a duplicate event from o365mock fetchItemPool (the Id override means it won't be a duplicate during ingest anyway).
1 parent c682c0c commit c863803

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

packages/o365/_dev/deploy/docker/o365mock.go

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -397,28 +397,6 @@ func makeFetchItems(cfg *config, run *run) []fetchItem {
397397
////////////////////////////////////////////////////////////////////////////////
398398

399399
var fetchItemPool = []fetchItem{
400-
{
401-
"ClientIP": "213.97.47.133",
402-
"CorrelationId": "622b339f-4000-a000-f25f-92b3478c7a25",
403-
"CreationTime": "2020-02-07T16:43:53",
404-
"CustomUniqueId": true,
405-
"EventSource": "SharePoint",
406-
"Id": "99d005e6-a4c6-46fd-117c-08d7abeceab5",
407-
"ItemType": "Page",
408-
"ListItemUniqueId": "59a8433d-9bb8-cfef-6edc-4c0fc8b86875",
409-
"ObjectId": "https://testsiem-my.sharepoint.com/personal/asr_testsiem_onmicrosoft_com/_layouts/15/onedrive.aspx",
410-
"Operation": "PageViewed",
411-
"OrganizationId": "b86ab9d4-fcf1-4b11-8a06-7a8f91b47fbd",
412-
"RecordType": 4,
413-
"Site": "d5180cfc-3479-44d6-b410-8c985ac894e3",
414-
"UserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:72.0) Gecko/20100101 Firefox/72.0",
415-
"UserId": "[email protected]",
416-
"UserKey": "i:0h.f|membership|[email protected]",
417-
"UserType": 0,
418-
"Version": 1,
419-
"WebId": "8c5c94bb-8396-470c-87d7-8999f440cd30",
420-
"Workload": "OneDrive",
421-
},
422400
{
423401
"ClientIP": "213.97.47.133",
424402
"CorrelationId": "622b339f-4000-a000-f25f-92b3478c7a25",

0 commit comments

Comments
 (0)