mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Remove unused variable
This commit is contained in:
parent
3016bed316
commit
e83ee01e42
@ -96,7 +96,7 @@ class SSHThinTestCase(TestCase):
|
||||
'tornado': '',
|
||||
'msgpack': ''}}}
|
||||
|
||||
with pytest.raises(salt.exceptions.SaltSystemExit) as err:
|
||||
with pytest.raises(salt.exceptions.SaltSystemExit):
|
||||
thin.get_ext_tops(cfg)
|
||||
assert len(thin.log.warning.mock_calls) == 4
|
||||
assert sorted([x[1][1] for x in thin.log.warning.mock_calls]) == ['jinja2', 'msgpack', 'tornado', 'yaml']
|
||||
|
Loading…
Reference in New Issue
Block a user