mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Postgress module unit test fix.
This commit is contained in:
parent
b56aedc052
commit
7eb8d6c374
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}])):
|
||||
|
|
Loading…
Add table
Reference in a new issue