summary refs log tree commit diff
path: root/gnu/tests
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-12-06 21:13:56 +0100
committerMarius Bakke <marius@gnu.org>2021-12-06 21:17:31 +0100
commit757a2eb97003802e60362297c190bd95a7ffa961 (patch)
treec91c1a99511f215c926f3043ca375e016ef967d6 /gnu/tests
parent404f695385a30ebab05ee66b33826f36bd838443 (diff)
downloadguix-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')
-rw-r--r--gnu/tests/web.scm2
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)