mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #48726 from dwoz/syslogtest
Skip test when syslog not available
This commit is contained in:
commit
04ab17a4d6
@ -27,6 +27,7 @@ class SyslogReturnerTestCase(TestCase, LoaderModuleMockMixin):
|
||||
def setup_loader_modules(self):
|
||||
return {syslog: {}}
|
||||
|
||||
@skipIf(not syslog.HAS_SYSLOG, 'Skip when syslog not installed')
|
||||
def test_syslog_returner_unicode(self):
|
||||
'''
|
||||
test syslog returner with unicode
|
||||
|
Loading…
Reference in New Issue
Block a user