Skip to content

Commit

Permalink
Merge pull request #2 from makinacorpus/postgresql
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
arthurzenika committed Mar 6, 2015
2 parents f34b2a3 + 5f4905d commit 5f8d442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/modules/deb_postgres_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5f8d442

Please sign in to comment.