From 1cdaec219ba668d8bb91479f49eb84817ac0331a Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 29 Apr 2020 14:04:49 +0200 Subject: [PATCH 3/4] tests: remove useless ratelimit settings (#41792) Format is wrong, it never did anything. --- tests/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/settings.py b/tests/settings.py index 8455fbe4..bf081897 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -48,6 +48,3 @@ A2_VALIDATE_EMAIL_DOMAIN = False TEMPLATES[0]['DIRS'].append('tests/templates') SITE_BASE_URL = 'http://localhost' - -A2_MAX_EMAILS_PER_IP = None -A2_MAX_EMAILS_FOR_ADDRESS = None -- 2.20.1