mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-06-02 06:13:46 +02:00
lint
This commit is contained in:
@@ -130,7 +130,8 @@ def test_app_lifespan_sets_state_and_cleans_up(tmp_path, messaging_enabled):
|
||||
patch("messaging.session.SessionStore", return_value=session_store),
|
||||
patch("cli.manager.CLISessionManager", return_value=cli_manager),
|
||||
patch(
|
||||
"messaging.trees.queue_manager.TreeQueueManager.from_dict", return_value=fake_queue
|
||||
"messaging.trees.queue_manager.TreeQueueManager.from_dict",
|
||||
return_value=fake_queue,
|
||||
),
|
||||
TestClient(app),
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user