fix tests

This commit is contained in:
Thomas Citharel 2017-06-06 16:18:25 +02:00
parent d6c4c484c4
commit e48b238a3e
2 changed files with 2 additions and 1 deletions

View 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'

View 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: