fix linter

This commit is contained in:
Daniel A. Wozniak 2019-02-12 11:13:42 -07:00
parent 4702e22345
commit c55359fe45
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -1335,7 +1335,7 @@ class TestDaemon(object):
ret = None
if ret and 'minions' not in ret:
continue
if ret and sorted(ret['minions']) == ['minion', 'sub_minion']:
if ret and sorted(ret['minions']) == ['minion', 'sub_minion']:
break
if time.time() - start >= timeout:
raise RuntimeError("Ping Minions Failed")