From 34c06cabef35c292ab938bc1073a0dce6b3721cd Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 28 Mar 2015 22:15:24 +0100 Subject: 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 --- src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php') diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php index 0eca7cde..c9907065 100644 --- a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php +++ b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php @@ -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( -- cgit v1.2.3