From 9e2864550ee99be75dbd8eabe472249ad903e67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:15:21 +0200 Subject: [PATCH] Update tests.toml --- tests.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests.toml b/tests.toml index 545d8fb..345a5bb 100644 --- a/tests.toml +++ b/tests.toml @@ -6,7 +6,7 @@ test_format = 1.0 # Default args to use for install # ------------------------------- - arg.name = "My_Pleroma" - arg.registration = 0 - arg.cache = 1 - arg.size = "5g" + args.name = "My_Pleroma" + args.registration = 0 + args.cache = 1 + args.size = "5g"