Fix MondeDiplo https url

This commit is contained in:
Jeremy Benoist 2017-10-10 10:20:57 +02:00
parent 3ef055ced3
commit f645d371ce
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -1343,7 +1343,7 @@ class EntryControllerTest extends WallabagCoreTestCase
*/
public function testRestrictedArticle()
{
$url = 'http://www.monde-diplomatique.fr/2017/05/BONNET/57475';
$url = 'https://www.monde-diplomatique.fr/2017/05/BONNET/57475';
$this->logInAs('admin');
$client = $this->getClient();
$em = $client->getContainer()->get('doctrine.orm.entity_manager');