Update helpdesk/tests/test_get_email.py

Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
Christopher Broderick 2025-04-03 22:13:28 +01:00 committed by GitHub
parent 4ac4650a70
commit 7283a9bcd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],