mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-22 10:31:26 +02:00
Fix issue duplicate-test-names found at https://codereview.doctor
This commit is contained in:
parent
b85a84bc37
commit
3206fd61c9
@ -1004,7 +1004,7 @@ class EmailInteractionsTestCase(TestCase):
|
|||||||
expected_email_count += 1
|
expected_email_count += 1
|
||||||
self.assertEqual(expected_email_count, len(mail.outbox))
|
self.assertEqual(expected_email_count, len(mail.outbox))
|
||||||
|
|
||||||
def test_create_followup_from_email_with_valid_message_id_with_original_cc_list_included(self):
|
def test_create_followup_from_email_with_valid_message_id_with_original_cc_list_included_two(self):
|
||||||
"""
|
"""
|
||||||
Ensure that if a message is received with an valid In-Reply-To ID,
|
Ensure that if a message is received with an valid In-Reply-To ID,
|
||||||
the expected <TicketCC> instances are created even if the there were
|
the expected <TicketCC> instances are created even if the there were
|
||||||
|
Loading…
x
Reference in New Issue
Block a user