From 6f27c348e7bfba9447896a7014859b019956cfef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 1 Jul 2024 12:40:41 +0200 Subject: [PATCH] Fix tests args --- tests.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests.toml b/tests.toml index 9562ff8..42a573b 100644 --- a/tests.toml +++ b/tests.toml @@ -8,9 +8,9 @@ test_format = 1.0 # Default args to use for install # ------------------------------- - args.username = "john" - args.name = "john" - args.email = "admin@example.com" + args.admin_username = "john" + args.admin_name = "john" + args.admin_email = "admin@example.com" # ------------------------------- # Commits to test upgrade from