Remove unused variable

This commit is contained in:
Bo Maryniuk 2018-03-21 17:41:48 +01:00
parent 3016bed316
commit e83ee01e42

View File

@ -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']