From cc9f65a03a1a628f10ad8631ec1080339076e6d6 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sat, 1 Jun 2024 22:37:36 +0000 Subject: [PATCH] tests: fix json syntax error When detsys-specific items were removed, some lines of JSON were removed. This caused syntax errors due to the trailing commas. Also use this opportunity to add `enable_flakes`, which is required in new lix-installer plan files Change-Id: I7874b3b19cb2e15f82b0733894c52b3a23c0cbe5 --- tests/fixtures/linux/linux.json | 1 + tests/fixtures/linux/steam-deck.json | 1 + tests/fixtures/macos/macos.json | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index 30a1b62..c670668 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -416,6 +416,7 @@ "ssl_cert_file": null, "extra_conf": [], "force": false, + "enable_flakes": true }, "init": { "init": "Systemd", diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index b93a2a4..39525f4 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -400,6 +400,7 @@ "ssl_cert_file": null, "extra_conf": [], "force": false, + "enable_flakes": true } }, "diagnostic_data": { diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 0b35279..a8e6058 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -427,6 +427,7 @@ "ssl_cert_file": null, "extra_conf": [], "force": false, + "enable_flakes": true }, "encrypt": null, "case_sensitive": false,