From 3f668fdcd55888607dc7d8f81aa4e7d1a11f527b Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Fri, 31 May 2024 19:02:44 +0000
Subject: [PATCH] test: update privacy score
---
tests/exampleSiteWithVideo/budget.mobile.json | 2 +-
tests/exampleSiteWithImage/budget.mobile.json | 2 +-
tests/exampleSiteWithImage/budget.desktop.json | 2 +-
tests/exampleSiteWithVideo/budget.desktop.json | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/exampleSiteWithImage/budget.desktop.json b/tests/exampleSiteWithImage/budget.desktop.json
index 5bde71e..06bc6a5 100644
--- a/tests/exampleSiteWithImage/budget.desktop.json
+++ b/tests/exampleSiteWithImage/budget.desktop.json
@@ -11,7 +11,7 @@
},
"score": {
"bestpractice": 93,
- "privacy": 72,
+ "privacy": 84,
"performance": 86
}
}
diff --git a/tests/exampleSiteWithImage/budget.mobile.json b/tests/exampleSiteWithImage/budget.mobile.json
index 5bde71e..06bc6a5 100644
--- a/tests/exampleSiteWithImage/budget.mobile.json
+++ b/tests/exampleSiteWithImage/budget.mobile.json
@@ -11,7 +11,7 @@
},
"score": {
"bestpractice": 93,
- "privacy": 72,
+ "privacy": 84,
"performance": 86
}
}
diff --git a/tests/exampleSiteWithVideo/budget.desktop.json b/tests/exampleSiteWithVideo/budget.desktop.json
index 4c63121..433638a 100644
--- a/tests/exampleSiteWithVideo/budget.desktop.json
+++ b/tests/exampleSiteWithVideo/budget.desktop.json
@@ -11,7 +11,7 @@
},
"score": {
"bestpractice": 93,
- "privacy": 72,
+ "privacy": 84,
"performance": 84
}
}
diff --git a/tests/exampleSiteWithVideo/budget.mobile.json b/tests/exampleSiteWithVideo/budget.mobile.json
index 5ae3203..fb624dd 100644
--- a/tests/exampleSiteWithVideo/budget.mobile.json
+++ b/tests/exampleSiteWithVideo/budget.mobile.json
@@ -11,7 +11,7 @@
},
"score": {
"bestpractice": 93,
- "privacy": 72,
+ "privacy": 84,
"performance": 82
}
}
--
Gitblit v1.10.0