Fix integration tests to work with updated codeception/verify
[MAILPOET-3203]
This commit is contained in:
committed by
Veljko V
parent
e85b4c6fec
commit
54727ad9a2
@ -532,7 +532,7 @@ class SubscribersTest extends \MailPoetTest {
|
||||
]);
|
||||
} catch (UnexpectedValueException $exception) {
|
||||
expect($exception->getHttpStatusCode())->equals(APIResponse::STATUS_BAD_REQUEST);
|
||||
expect($exception->getErrors()[Error::BAD_REQUEST])->contains('Invalid bulk action');
|
||||
expect($exception->getErrors()[Error::BAD_REQUEST])->stringContainsString('Invalid bulk action');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user