test changed from sqlite3 to postgres

This commit is contained in:
Christoph Haas 2025-06-08 18:54:00 +02:00
parent cc181c21ac
commit 3f23d66ea9

View file

@ -43,4 +43,8 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
database: storage/test.sqlite3
adapter: postgresql
database: debshots_test
username: debshots_tests
password: GonwannEn0
host: localhost