mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-06 02:01:37 -07:00
Coderabbit fixes:
- Mac - Flask debug - Threaded flask - propagate token in GET requests - enhance spec docs - normalize MAC x2 - mcp disablement redundant private attribute - run all tests imports
This commit is contained in:
@@ -9,10 +9,8 @@ from server.api_server import mcp_endpoint
|
||||
@pytest.fixture(autouse=True)
|
||||
def reset_registry():
|
||||
registry.clear_registry()
|
||||
registry._disabled_tools.clear()
|
||||
yield
|
||||
registry.clear_registry()
|
||||
registry._disabled_tools.clear()
|
||||
|
||||
|
||||
def test_disable_tool_management():
|
||||
|
||||
Reference in New Issue
Block a user