Skip to content

Commit

Permalink
Fix warning during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Oct 5, 2023
1 parent b7d1669 commit c1a931b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'django.template.context_processors.debug',
'django.template.context_processors.i18n',
'django.template.context_processors.media',
'django.template.context_processors.request',
'django.template.context_processors.static',
'django.template.context_processors.tz',
'django.contrib.messages.context_processors.messages',
Expand All @@ -65,4 +66,4 @@
LOGIN_URL = '/admin/'
LOGOUT_REDIRECT_URL = '/'

SILENCED_SYSTEM_CHECKS = ['admin.E406', 'admin.E409', 'admin.E410', 'admin.W411']
SILENCED_SYSTEM_CHECKS = ['admin.E406', 'admin.E409', 'admin.E410']

0 comments on commit c1a931b

Please sign in to comment.