diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-05-27 09:38:07 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-05-27 09:38:07 +0200 |
commit | d6cc0b249e20221469e4e9d882a4bab181aab3c6 (patch) | |
tree | 168628f0c23a25d5bd1728be628e5482f41e790f /tests | |
parent | 227a1a27f19604d64ffdfee56b4c8fc6b325bee6 (diff) | |
download | wallabag-d6cc0b249e20221469e4e9d882a4bab181aab3c6.tar.gz wallabag-d6cc0b249e20221469e4e9d882a4bab181aab3c6.tar.zst wallabag-d6cc0b249e20221469e4e9d882a4bab181aab3c6.zip |
Fix test
Diffstat (limited to 'tests')
-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 | ||