mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the _logging test with setting minimum logging level
This commit is contained in:
parent
efa63ac3f2
commit
39bb721d37
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def log_nameToLevel(name):
|
|||
|
||||
def test_lowest_log_level():
|
||||
ret = log_impl.get_lowest_log_level()
|
||||
assert ret is None
|
||||
assert ret is not None
|
||||
|
||||
log_impl.set_lowest_log_level(log_nameToLevel("DEBUG"))
|
||||
ret = log_impl.get_lowest_log_level()
|
||||
|
|
Loading…
Add table
Reference in a new issue