mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 01:21:54 +08:00
refactoring
This commit is contained in:
@@ -31,5 +31,5 @@ from kvmd.logging import get_logger
|
||||
(1, "_pytest.python"),
|
||||
(2, "pluggy.callers"),
|
||||
])
|
||||
def test_get_logger(depth: int, name: str) -> None:
|
||||
def test_ok__get_logger(depth: int, name: str) -> None:
|
||||
assert get_logger(depth).name == name
|
||||
|
||||
Reference in New Issue
Block a user