mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-05 19:31:02 +00:00
Use lemonde instead of mailjet
Mailjet seems to be laggy, hope that LeMonde will be more reliable in the future. @see https://travis-ci.org/wallabag/wallabag/jobs/56246231
This commit is contained in:
parent
0ee043f745
commit
34c06cabef
2 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@ class WallabagRestControllerTest extends WallabagTestCase
|
|||
|
||||
$this->assertGreaterThanOrEqual(1, count(json_decode($client->getResponse()->getContent())));
|
||||
|
||||
$this->assertContains('Mailjet', $client->getResponse()->getContent());
|
||||
$this->assertContains('Google', $client->getResponse()->getContent());
|
||||
|
||||
$this->assertTrue(
|
||||
$client->getResponse()->headers->contains(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue