mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Fix lint
This commit is contained in:
parent
788bfebb13
commit
709578bfa2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def test_key_exists_non_existing():
|
|||
"""
|
||||
Tests the key_exists function using a non existing registry key
|
||||
"""
|
||||
assert not (win_reg.key_exists(hive="HKLM", key="SOFTWARE\\FakeKey"))
|
||||
assert not win_reg.key_exists(hive="HKLM", key="SOFTWARE\\FakeKey")
|
||||
|
||||
|
||||
def test_key_exists_invalid_hive():
|
||||
|
|
Loading…
Add table
Reference in a new issue