Fix integration test

[MAILPOET-1787]
This commit is contained in:
Ján Mikláš
2019-02-21 16:49:17 +01:00
committed by M. Shull
parent b95dc9296c
commit fc55e5f7ec

View File

@@ -55,7 +55,10 @@ class MailPoetMapperTest extends \MailPoetTest {
expect($error->getMessage())->equals(Helpers::replaceLinkTags(
__('You currently are not permitted to send any emails with MailPoet Sending Service, which may have happened due to poor deliverability. Please [link]contact our support team[/link] to resolve the issue.', 'mailpoet'),
'https://www.mailpoet.com/support/',
array('target' => '_blank')
array(
'target' => '_blank',
'rel' => 'noopener noreferrer',
)
));
}