From 757a2eb97003802e60362297c190bd95a7ffa961 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 6 Dec 2021 21:13:56 +0100 Subject: tests: patchwork: Use the default PostgreSQL. * gnu/tests/web.scm (patchwork-os)[services]: Change from POSTGRESQL-10 to POSTGRESQL. --- gnu/tests/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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) -- cgit v1.2.3