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 | |
| parent | 404f695385a30ebab05ee66b33826f36bd838443 (diff) | |
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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm index ccb2f531377..fb0713addc3 100644 --- a/gnu/tests/web.scm +++ b/gnu/tests/web.scm | |||
| @@ -577,7 +577,7 @@ HTTP-PORT." | |||
| 577 | (listen '("8080")))))) | 577 | (listen '("8080")))))) |
| 578 | (service postgresql-service-type | 578 | (service postgresql-service-type |
| 579 | (postgresql-configuration | 579 | (postgresql-configuration |
| 580 | (postgresql postgresql-10))) | 580 | (postgresql postgresql))) |
| 581 | (service patchwork-service-type | 581 | (service patchwork-service-type |
| 582 | (patchwork-configuration | 582 | (patchwork-configuration |
| 583 | (patchwork patchwork) | 583 | (patchwork patchwork) |
