diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-06 21:13:56 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-06 21:17:31 +0100 |
commit | 757a2eb97003802e60362297c190bd95a7ffa961 (patch) | |
tree | c91c1a99511f215c926f3043ca375e016ef967d6 /gnu/tests/web.scm | |
parent | 404f695385a30ebab05ee66b33826f36bd838443 (diff) | |
download | guix-757a2eb97003802e60362297c190bd95a7ffa961.tar.gz |
tests: patchwork: Use the default PostgreSQL.
* gnu/tests/web.scm (patchwork-os)[services]: Change from POSTGRESQL-10 to POSTGRESQL.
Diffstat (limited to 'gnu/tests/web.scm')
-rw-r--r-- | gnu/tests/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm index ccb2f53137..fb0713addc 100644 --- a/gnu/tests/web.scm +++ b/gnu/tests/web.scm @@ -577,7 +577,7 @@ HTTP-PORT." (listen '("8080")))))) (service postgresql-service-type (postgresql-configuration - (postgresql postgresql-10))) + (postgresql postgresql))) (service patchwork-service-type (patchwork-configuration (patchwork patchwork) |