Skip to content

Commit 968cbf6

Browse files
committed
MC-15295: Fix integration, attachment
1 parent 09cb75e commit 968cbf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/Mail/EmailMessageTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public function testEmailMessageWithAttachment(): void
210210
'content' => $this->getXmlContent(),
211211
'disposition' => MimeInterface::DISPOSITION_ATTACHMENT,
212212
'fileName' => self::ATTACHMENT_FILE_NAME,
213+
'encoding' => MimeInterface::ENCODING_8BIT,
213214
'type' => self::XML_TYPE
214215
]
215216
);

0 commit comments

Comments
 (0)