tests: patchwork: Use the default PostgreSQL.

* gnu/tests/web.scm (patchwork-os)[services]: Change from POSTGRESQL-10 to
POSTGRESQL.
This commit is contained in:
Marius Bakke 2021-12-06 21:13:56 +01:00
parent 404f695385
commit 757a2eb970
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -577,7 +577,7 @@ (define (patchwork-os patchwork)
(listen '("8080"))))))
(service postgresql-service-type
(postgresql-configuration
(postgresql postgresql-10)))
(postgresql postgresql)))
(service patchwork-service-type
(patchwork-configuration
(patchwork patchwork)