From 7c72f03120bee0fa6c2f4735d17aa785910e6bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 13 Mar 2024 23:01:15 +0100 Subject: [PATCH] Fix args.password --- tests.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.toml b/tests.toml index af869da..2b6abf1 100644 --- a/tests.toml +++ b/tests.toml @@ -4,6 +4,9 @@ test_format = 1.0 [default] + # Need number and special char + args.password = "1Strong-Password" + # ------------ # Tests to run # ------------