mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix linter
This commit is contained in:
parent
63c616a4a7
commit
2ebd22bb89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue