One more known to return None

This commit is contained in:
Pedro Algarvio 2019-01-23 22:47:48 +00:00
parent 951df4882e
commit fca981c909
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -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',)