From f4800337a2c24df0756642b25ae9dafefbffb7a0 Mon Sep 17 00:00:00 2001 From: H4L0 Date: Tue, 12 May 2026 13:57:50 +0200 Subject: [PATCH] Move parallel_downloads into pacman_config in test fixture --- tests/data/test_config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/data/test_config.json b/tests/data/test_config.json index a1bc4dbf..bdac0aeb 100644 --- a/tests/data/test_config.json +++ b/tests/data/test_config.json @@ -159,7 +159,9 @@ "sign_check": "Required", "sign_option": "TrustAll" } - ] + ], + "parallel_downloads": 66, + "color": true }, "network_config": { "type": "manual", @@ -180,7 +182,6 @@ "packages": [ "firefox" ], - "parallel_downloads": 66, "profile_config": { "gfx_driver": "All open-source", "greeter": "lightdm-gtk-greeter",