mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Fix MondeDiplo https url
This commit is contained in:
parent
3ef055ced3
commit
f645d371ce
1 changed files with 1 additions and 1 deletions
|
@ -1343,7 +1343,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
||||||
*/
|
*/
|
||||||
public function testRestrictedArticle()
|
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');
|
$this->logInAs('admin');
|
||||||
$client = $this->getClient();
|
$client = $this->getClient();
|
||||||
$em = $client->getContainer()->get('doctrine.orm.entity_manager');
|
$em = $client->getContainer()->get('doctrine.orm.entity_manager');
|
||||||
|
|
Loading…
Reference in a new issue