Postgress module unit test fix.

This commit is contained in:
Dmitry Kuzmenko 2018-02-26 21:44:18 +03:00
parent 6c67741544
commit 21673ea4eb
No known key found for this signature in database
GPG Key ID: 4C7CAD30C95651DA

View File

@ -371,6 +371,7 @@ class PostgresTestCase(TestCase, LoaderModuleMockMixin):
'replication': None,
'password': 'test_password',
'connections': '-1',
'groups': '',
'expiry time': '',
'defaults variables': None
}])):
@ -402,6 +403,7 @@ class PostgresTestCase(TestCase, LoaderModuleMockMixin):
'can login': 't',
'replication': None,
'connections': '-1',
'groups': '',
'expiry time': '2017-08-16 08:57:46',
'defaults variables': None
}])):