Skip to content

Commit 29ec835

Browse files
committed
#19404: Fixed integration test
1 parent 548f3d1 commit 29ec835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Newsletter/Controller/SubscriberTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testNewActionUsedEmail()
5757
$this->dispatch('newsletter/subscriber/new');
5858

5959
$this->assertSessionMessages($this->equalTo([
60-
'There was a problem with the subscription: This email address is already assigned to another user.',
60+
'This email address is already assigned to another user.',
6161
]));
6262
$this->assertRedirect($this->anything());
6363
}

0 commit comments

Comments
 (0)