Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Jan 23, 2024
1 parent df40551 commit 593395d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 22 deletions.
6 changes: 4 additions & 2 deletions definitions/ChromiumBrowser_Notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Sources:
}, query={
SELECT _key AS Site,
timestamp(winfiletime=int(int=_value.last_modified) * 10 || 0) AS LastModified,
ContentSettings[_value.setting] AS Setting
ContentSettings[_value.setting] AS Setting,
OSPath
FROM items(item=exceptions.notifications)
})
Expand All @@ -71,6 +72,7 @@ Sources:
SELECT _key AS URL,
timestamp(winfiletime=int(int=_value.last_modified) * 10 || 0) AS LastModified,
_value.display_count as DisplayCount,
_value.click_count as ClickCount
_value.click_count as ClickCount,
OSPath
FROM items(item=S.notification_interactions || dict())
})
Loading

0 comments on commit 593395d

Please sign in to comment.