mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
One more known to return None
This commit is contained in:
parent
951df4882e
commit
fca981c909
1 changed files with 2 additions and 1 deletions
|
@ -801,10 +801,11 @@ class ModuleCase(TestCase, SaltClientTestCaseMixin):
|
|||
behavior of the raw function call
|
||||
'''
|
||||
known_to_return_none = (
|
||||
'data.get',
|
||||
'file.chown',
|
||||
'file.chgrp',
|
||||
'pkg.refresh_db',
|
||||
'ssh.recv_known_host_entries',
|
||||
'pkg.refresh_db' # At least on CentOS
|
||||
)
|
||||
if minion_tgt == 'sub_minion':
|
||||
known_to_return_none += ('mine.update',)
|
||||
|
|
Loading…
Add table
Reference in a new issue