We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbb76f commit 260289aCopy full SHA for 260289a
tests/openwisp2/settings.py
@@ -149,6 +149,9 @@
149
EMAIL_PORT = "1025" # for testing purposes
150
LOGIN_REDIRECT_URL = "admin:index"
151
ACCOUNT_LOGOUT_REDIRECT_URL = LOGIN_REDIRECT_URL
152
+# disable allauth ratelimiting during automated tests
153
+if TESTING:
154
+ ACCOUNT_RATE_LIMITS = False
155
OPENWISP_ORGANIZATION_USER_ADMIN = True # tests will fail without this setting
156
OPENWISP_ADMIN_DASHBOARD_ENABLED = True
157
OPENWISP_CONTROLLER_GROUP_PIE_CHART = True
0 commit comments