From cf0147b7e2c2a8ec4cb7b7494460f9fd127efcb7 Mon Sep 17 00:00:00 2001
From: Felix	Boerner <ich@felix-boerner.de>
Date: Sat, 01 Jun 2024 16:29:44 +0000
Subject: [PATCH] test: decrease transfer size

---
 tests/exampleSiteWithImage/budget.mobile.json  |    2 +-
 tests/exampleSiteWithImage/budget.desktop.json |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/exampleSiteWithImage/budget.desktop.json b/tests/exampleSiteWithImage/budget.desktop.json
index 7386c56..674e95b 100644
--- a/tests/exampleSiteWithImage/budget.desktop.json
+++ b/tests/exampleSiteWithImage/budget.desktop.json
@@ -4,7 +4,7 @@
             "total": 8
         },
         "transferSize": {
-            "total": 324608
+            "total": 317440
         },
         "thirdParty": {
             "requests": 1
diff --git a/tests/exampleSiteWithImage/budget.mobile.json b/tests/exampleSiteWithImage/budget.mobile.json
index 7386c56..674e95b 100644
--- a/tests/exampleSiteWithImage/budget.mobile.json
+++ b/tests/exampleSiteWithImage/budget.mobile.json
@@ -4,7 +4,7 @@
             "total": 8
         },
         "transferSize": {
-            "total": 324608
+            "total": 317440
         },
         "thirdParty": {
             "requests": 1

--
Gitblit v1.10.0