forked from wallabag/wallabag
Fix MondeDiplo https url
This commit is contained in:
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user