From 5f4905da62821d1d3fb39c0dc3a698d1112e34a7 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Fri, 6 Mar 2015 17:13:31 +0100 Subject: [PATCH] fix tests --- tests/unit/modules/deb_postgres_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/modules/deb_postgres_test.py b/tests/unit/modules/deb_postgres_test.py index f054fcf3b80d..8499684b5133 100644 --- a/tests/unit/modules/deb_postgres_test.py +++ b/tests/unit/modules/deb_postgres_test.py @@ -80,13 +80,13 @@ def test_parse_pg_lsclusters(self): stdout = LSCLUSTER self.maxDiff = None self.assertDictEqual( - {('8.4', 'main'): { + {('8.4/main'): { 'port': 5432, 'status': 'online', 'user': 'postgres', 'datadir': '/srv/8.4/main', 'log': '/var/log/postgresql/postgresql-8.4-main.log'}, - ('9.1', 'main'): { + ('9.1/main'): { 'port': 5433, 'status': 'online', 'user': 'postgres',