Skip to content

Commit

Permalink
Correct mock config version
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth committed Feb 14, 2025
1 parent 4d2a979 commit 8481641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions unit-test/background/dashboard-messaging.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('DashboardMessaging component', () => {
siteUrl: 'https://domain.example/path',
tds: tds.tds.etag,
remoteConfigEtag: tds.remoteConfig.etag,
remoteConfigVersion: tds.remoteConfig.config.version,
remoteConfigVersion: `${tds.remoteConfig.config.version}`,
protectionsState: 'false',
...defaultBrokenSitePixelParams,
},
Expand Down Expand Up @@ -113,7 +113,7 @@ describe('DashboardMessaging component', () => {
siteUrl: 'https://domain2.example/path',
tds: tds.tds.etag,
remoteConfigEtag: tds.remoteConfig.etag,
remoteConfigVersion: tds.remoteConfig.config.version,
remoteConfigVersion: `${tds.remoteConfig.config.version}`,
reportFlow: 'on_protections_off_dashboard_main',
// protectionsState is removed from these reports
...defaultBrokenSitePixelParams,
Expand Down
2 changes: 1 addition & 1 deletion unit-test/data/extension-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2021.6.7",
"version": 1738568676812,
"readme": "https://github.com/duckduckgo/privacy-configuration",
"features": {
"adClickAttribution": {
Expand Down

0 comments on commit 8481641

Please sign in to comment.