mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing "not" statement: The last syndic test should assertFalse()
This commit is contained in:
parent
4e10f8e018
commit
eb372b27d8
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class DaemonsStarterTestCase(TestCase, integration.SaltClientTestCaseMixIn):
|
|||
for alg in ['sha224', 'sha256', 'sha384', 'sha512']:
|
||||
_create_syndic().start()
|
||||
ret = ret and _logger.last_type is None \
|
||||
and _logger.last_message
|
||||
and not _logger.last_message
|
||||
|
||||
child_pipe.send(ret)
|
||||
child_pipe.close()
|
||||
|
|
Loading…
Add table
Reference in a new issue