We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548f3d1 commit 29ec835Copy full SHA for 29ec835
dev/tests/integration/testsuite/Magento/Newsletter/Controller/SubscriberTest.php
@@ -57,7 +57,7 @@ public function testNewActionUsedEmail()
57
$this->dispatch('newsletter/subscriber/new');
58
59
$this->assertSessionMessages($this->equalTo([
60
- 'There was a problem with the subscription: This email address is already assigned to another user.',
+ 'This email address is already assigned to another user.',
61
]));
62
$this->assertRedirect($this->anything());
63
}
0 commit comments