Fix and unify watchdog beacon tests for all OS's

This commit is contained in:
twangboy 2019-07-05 15:01:40 -06:00
parent cc732040ba
commit cfaee96250
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -41,7 +41,6 @@ def create(path, content=None):
@skipIf(not watchdog.HAS_WATCHDOG, 'watchdog is not available')
@skipIf(salt.utils.platform.is_windows(), 'Skip these tests on Windows')
class IWatchdogBeaconTestCase(TestCase, LoaderModuleMockMixin):
'''
Test case for salt.beacons.watchdog