lint: Allow usage of the word subject in test_email_mirror.py.

This commit is contained in:
Mateusz Mandera 2019-01-04 08:34:59 +01:00 committed by Tim Abbott
parent f2b6a2c68a
commit 36714342a3
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ FILES_WITH_LEGACY_SUBJECT = {
'zerver/lib/email_mirror.py',
'zerver/lib/feedback.py',
'zerver/tests/test_new_users.py',
'zerver/tests/test_email_mirror.py',
# These are tied more to our API than our DB model.
'zerver/lib/api_test_helpers.py',