mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip test when syslog not available
This commit is contained in:
parent
04125b077d
commit
00f04cfd59
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue