From 33a58521ae8ec2c8f771eeb72bd2a3a0301e05e1 Mon Sep 17 00:00:00 2001 From: Felix Boerner Date: Mon, 11 Nov 2024 08:31:52 +0100 Subject: test: adapt tests --- tests/exampleSiteWithImage/budget.desktop.json | 4 ++-- tests/exampleSiteWithImage/budget.mobile.json | 4 ++-- tests/exampleSiteWithVideo/budget.desktop.json | 4 ++-- tests/exampleSiteWithVideo/budget.mobile.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/exampleSiteWithImage/budget.desktop.json b/tests/exampleSiteWithImage/budget.desktop.json index 5a68439..7d48969 100644 --- a/tests/exampleSiteWithImage/budget.desktop.json +++ b/tests/exampleSiteWithImage/budget.desktop.json @@ -4,14 +4,14 @@ "total": 8 }, "transferSize": { - "total": 317440 + "total": 365568 }, "thirdParty": { "requests": 1 }, "score": { "bestpractice": 93, - "privacy": 88, + "privacy": 89, "performance": 81 } } diff --git a/tests/exampleSiteWithImage/budget.mobile.json b/tests/exampleSiteWithImage/budget.mobile.json index 5a68439..7d48969 100644 --- a/tests/exampleSiteWithImage/budget.mobile.json +++ b/tests/exampleSiteWithImage/budget.mobile.json @@ -4,14 +4,14 @@ "total": 8 }, "transferSize": { - "total": 317440 + "total": 365568 }, "thirdParty": { "requests": 1 }, "score": { "bestpractice": 93, - "privacy": 88, + "privacy": 89, "performance": 81 } } diff --git a/tests/exampleSiteWithVideo/budget.desktop.json b/tests/exampleSiteWithVideo/budget.desktop.json index 4023fe9..a6b414a 100644 --- a/tests/exampleSiteWithVideo/budget.desktop.json +++ b/tests/exampleSiteWithVideo/budget.desktop.json @@ -11,8 +11,8 @@ }, "score": { "bestpractice": 93, - "privacy": 88, - "performance": 79 + "privacy": 89, + "performance": 77 } } } diff --git a/tests/exampleSiteWithVideo/budget.mobile.json b/tests/exampleSiteWithVideo/budget.mobile.json index b3eab1a..a6b414a 100644 --- a/tests/exampleSiteWithVideo/budget.mobile.json +++ b/tests/exampleSiteWithVideo/budget.mobile.json @@ -11,7 +11,7 @@ }, "score": { "bestpractice": 93, - "privacy": 88, + "privacy": 89, "performance": 77 } } -- cgit v1.2.3