diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-05-27 10:22:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27 10:22:03 +0200 |
commit | 2ba365c7c49556cd23b444dc3bb8d4a8cf08809d (patch) | |
tree | 168628f0c23a25d5bd1728be628e5482f41e790f /tests/Wallabag | |
parent | 227a1a27f19604d64ffdfee56b4c8fc6b325bee6 (diff) | |
parent | d6cc0b249e20221469e4e9d882a4bab181aab3c6 (diff) | |
download | wallabag-2ba365c7c49556cd23b444dc3bb8d4a8cf08809d.tar.gz wallabag-2ba365c7c49556cd23b444dc3bb8d4a8cf08809d.tar.zst wallabag-2ba365c7c49556cd23b444dc3bb8d4a8cf08809d.zip |
Merge pull request #3982 from wallabag/fix/https-test2.3.x
Fix http/https test
Diffstat (limited to 'tests/Wallabag')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 2 |
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 | ||