From 7283a9bcd933b5f7f3618c8b00e6de0043cc868b Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Thu, 3 Apr 2025 22:13:28 +0100 Subject: [PATCH] Update helpdesk/tests/test_get_email.py Co-authored-by: Benbb96 --- helpdesk/tests/test_get_email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk/tests/test_get_email.py b/helpdesk/tests/test_get_email.py index cef14bd8..ff5ad737 100644 --- a/helpdesk/tests/test_get_email.py +++ b/helpdesk/tests/test_get_email.py @@ -535,7 +535,7 @@ class GetEmailCommonTests(TestCase): def test_with_attachment_but_empty_body(self): """ - Test an email that has no body content but does have an attachment + Test an email that has an empty body but does have an attachment """ message, _, _ = utils.generate_multipart_email( type_list=["plain", "image"],