mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove double assert
This commit is contained in:
parent
70a2aba399
commit
e9a940b939
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ def test_present():
|
|||
with patch.dict(beacon.__opts__, {"test": False}):
|
||||
assert beacon.present(beacon_name) == ret
|
||||
|
||||
assert beacon.present(beacon_name) == ret
|
||||
|
||||
with patch.dict(beacon.__opts__, {"test": True}):
|
||||
ret.update({"result": True})
|
||||
assert beacon.present(beacon_name) == ret
|
||||
|
|
Loading…
Add table
Reference in a new issue