Fix linter

This commit is contained in:
Daniel A. Wozniak 2019-08-16 17:26:38 +00:00
parent 63c616a4a7
commit 2ebd22bb89
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -415,4 +415,4 @@ class TestDup2(TestCase):
salt.utils.process.dup2(f1, f2)
except io.UnsupportedOperation:
assert False, 'io.UnsupportedOperation was raised'
assert dup_mock.called == False
assert not dup_mock.called