From 0eddb31de31b6bea4a98a5f37f2ae20ff0c13bb4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 7 Jan 2024 00:08:53 +0100 Subject: [PATCH] Update tests.toml: fix tests args ... --- tests.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index 1a5fc1f..084f2ac 100644 --- a/tests.toml +++ b/tests.toml @@ -6,5 +6,5 @@ test_format = 1.0 test_upgrade_from.999e80544755ecac2e2b01d06682b4262a4d5b81.name = "old version" test_upgrade_from.999e80544755ecac2e2b01d06682b4262a4d5b81.args.domain = "domain.tld" - test_upgrade_from.999e80544755ecac2e2b01d06682b4262a4d5b81.args.admin_name = "package_checker" - test_upgrade_from.999e80544755ecac2e2b01d06682b4262a4d5b81.args.admin_pass = "S0me p4ssword" + test_upgrade_from.999e80544755ecac2e2b01d06682b4262a4d5b81.args.admin = "package_checker" + test_upgrade_from.999e80544755ecac2e2b01d06682b4262a4d5b81.args.password = "S0me p4ssword"