]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix tests
authorThomas Citharel <tcit@tcit.fr>
Tue, 6 Jun 2017 14:18:25 +0000 (16:18 +0200)
committerThomas Citharel <tcit@tcit.fr>
Tue, 6 Jun 2017 14:18:25 +0000 (16:18 +0200)
app/config/parameters_test.yml
src/Wallabag/CoreBundle/Resources/config/services.yml

index 010785e67c5de8e378ba978602eb96dc60864960..92f0364fb162f9c57086c2c5114610c142f500b9 100644 (file)
@@ -8,3 +8,4 @@ parameters:
     test_database_path: "%env(TEST_DATABASE_PATH)%"
     env(TEST_DATABASE_PATH): "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
     test_database_charset: utf8
+    domain_name: 'http://v2.wallabag.org'
index a82f36ceb9fc8f38b09a94a7d5873257918a7535..6e2c976156c9dda366b48581bba7624c4f5a1d27 100644 (file)
@@ -195,7 +195,7 @@ services:
         arguments:
             - "@wallabag_core.entry.download_images.client"
             - "%kernel.root_dir%/../web/assets/images"
-            - '@=service(''craue_config'').get(''wallabag_url'')'
+            - '%wallabag_core.domain_name%'
             - "@logger"
 
     wallabag_core.entry.download_images.client: