test: add WatchlistUpdateProcessor tests

This commit is contained in:
Maël Gangloff
2025-10-15 18:55:39 +02:00
parent 7a3d64256e
commit a193338664
5 changed files with 92 additions and 37 deletions

View File

@@ -3,3 +3,9 @@ KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/postgres?serverVersion=16&charset=utf8"
# FEATURES
LIMITED_FEATURES=true
LIMIT_MAX_WATCHLIST=10
LIMIT_MAX_WATCHLIST_DOMAINS=10
LIMIT_MAX_WATCHLIST_WEBHOOKS=10