From 7a821c7271924034316548fb8dbb15c09e1fbd5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:18:28 +0200 Subject: [PATCH] Update tests.toml --- tests.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests.toml b/tests.toml index 66e93d5..7707495 100644 --- a/tests.toml +++ b/tests.toml @@ -2,8 +2,18 @@ test_format = 1.0 [default] + + # ------------------------------- + # Default args to use for install + # ------------------------------- + + args.mail_address = "invoiceninja@domain.tld" + args.mail_name = "invoiceninja" + # ------------------------------- # Commits to test upgrade from # ------------------------------- test_upgrade_from.0e2b033a71b7401e7b1e0180780cc0096f1834a5.name = "Upgrade from 5.5.122" + +