Skip to content

Commit 85fc2ec

Browse files
committed
MC-41497: [Contact us] Invalid header value detected error when French characters such as "é", "è" on the email address
1 parent 158bccc commit 85fc2ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Mail/Test/Unit/AddressConverterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function setUp(): void
3131
$config
3232
);
3333
$this->objectManager = new ObjectManager($factory, $config);
34+
$factory->setObjectManager($this->objectManager);
3435
}
3536

3637
/**

0 commit comments

Comments
 (0)