From 93781d21d0bc0c2a42f20c736b9bc02efefddc09 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 14 Jun 2024 22:33:41 +0200 Subject: [PATCH] remove 'accounts_approval_required' setting from the CI config file too --- tests.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests.toml b/tests.toml index 9c5745d..a11c49d 100644 --- a/tests.toml +++ b/tests.toml @@ -15,7 +15,6 @@ args.password = "vYh8io7r*@P&zyo!6ZhBqQQ%8M5D4M" # false by default args.accounts_registration_open = 1 # true by default -args.accounts_approval_required = 0 args.accounts_reason_required = 0 # -------------------------------