Merge pull request #996 from code-review-doctor/fix-duplicate-test-names

Some tests are skipped due to duplicate names fix
This commit is contained in:
Garret Wassermann 2022-02-22 01:11:09 -05:00 committed by GitHub
commit ba80fd1286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1004,7 +1004,7 @@ class EmailInteractionsTestCase(TestCase):
expected_email_count += 1
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,
the expected <TicketCC> instances are created even if the there were