1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Expect that user registration is always enabled in tests

This commit is contained in:
Yassine Guedidi 2025-02-16 23:12:52 +01:00
parent 163c3773cb
commit 738e95615a
4 changed files with 2 additions and 14 deletions

View file

@ -3,7 +3,7 @@ imports:
- { resource: services_test.yml }
parameters:
fosuser_registration: true
fosuser_registration: '%env(FOSUSER_REGISTRATION)%'
database_url: '%env(resolve:DATABASE_URL)%'
domain_name: '%env(DOMAIN_NAME)%'