aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-05-27 10:22:03 +0200
committerGitHub <noreply@github.com>2019-05-27 10:22:03 +0200
commit2ba365c7c49556cd23b444dc3bb8d4a8cf08809d (patch)
tree168628f0c23a25d5bd1728be628e5482f41e790f
parent227a1a27f19604d64ffdfee56b4c8fc6b325bee6 (diff)
parentd6cc0b249e20221469e4e9d882a4bab181aab3c6 (diff)
downloadwallabag-2.3.x.tar.gz
wallabag-2.3.x.tar.zst
wallabag-2.3.x.zip
Merge pull request #3982 from wallabag/fix/https-test2.3.x
Fix http/https test
-rw-r--r--tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
index 2cd6aee3..265e4205 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -236,7 +236,7 @@ class EntryControllerTest extends WallabagCoreTestCase
236 $this->logInAs('admin'); 236 $this->logInAs('admin');
237 $client = $this->getClient(); 237 $client = $this->getClient();
238 238
239 $url = 'http://www.aritylabs.com/post/106091708292/des-contr%C3%B4leurs-optionnels-gr%C3%A2ce-%C3%A0-constmissing'; 239 $url = 'https://www.aritylabs.com/post/106091708292/des-contr%C3%B4leurs-optionnels-gr%C3%A2ce-%C3%A0-constmissing';
240 240
241 $crawler = $client->request('GET', '/new'); 241 $crawler = $client->request('GET', '/new');
242 242