From fd0fe51048670a7c61d5c28909b9c3abc43c23f6 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 16 Aug 2023 22:48:31 +0200 Subject: [PATCH] Add password in tests --- tests.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 8cedce2..f37e638 100644 --- a/tests.toml +++ b/tests.toml @@ -7,8 +7,9 @@ test_format = 1.0 # ------------------------------- args.with_sftp = "1" + args.password = "SuperDuper_StrongPassw0rd" args.database = "none" - args.phpversion = "8.0" + args.phpversion = "8.0" test_upgrade_from.bf5d3ed.name = "Upgrade from 1.0~ynh14" test_upgrade_from.bf5d3ed.args.with_mysql = "0"